Clarifications to pulse_width documentation (#3249)

This commit is contained in:
RoboMagus 2023-10-09 20:36:40 +02:00 committed by GitHub
parent 96429da9c9
commit 5e1379800a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,12 @@ Pulse Width Sensor
The ``pulse_width`` sensor allows you to measure how long a given digital signal
is HIGH. For example this can be used to measure PWM signals to transmit some
value over a simple protocol.
value over a simple protocol. The unit of measurement for this sensor is seconds.
.. note::
This component is intended for measurements in the microsecond to seconds range!
The largest period this component can measure is just over 70 minutes.
.. code-block:: yaml