mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-24 17:08:15 +01:00
Clarifications to pulse_width documentation (#3249)
This commit is contained in:
parent
96429da9c9
commit
5e1379800a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user