diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2014-10-12 17:31:40 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2014-10-12 17:31:40 +0200 |
commit | 25adf5cf29d26751d3f481bd2d22fe8d034ed44c (patch) | |
tree | 1462b458894edd3e079ad4c5d8b4fda0e2f54f95 /decoders | |
parent | ed758f091ebb31380868041da87812d3e4ea4a94 (diff) | |
download | libsigrokdecode-25adf5cf29d26751d3f481bd2d22fe8d034ed44c.tar.gz libsigrokdecode-25adf5cf29d26751d3f481bd2d22fe8d034ed44c.zip |
am230x: Minor documentation fix.
Diffstat (limited to 'decoders')
-rw-r--r-- | decoders/am230x/__init__.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/decoders/am230x/__init__.py b/decoders/am230x/__init__.py index 782c095..73782e1 100644 --- a/decoders/am230x/__init__.py +++ b/decoders/am230x/__init__.py @@ -27,9 +27,10 @@ A sample rate of at least 200kHz is recommended to properly detect all the elements of the protocol. Options: -The DHT11 digital humidity and temperature sensor uses the same single wire -protocol with a different encoding of the measured values. Therefore the option -'dht11' must be used to properly decode the communication of a DHT11 device. +The AM230x and DHTxx digital humidity and temperature sensors use the same +single-wire protocol with different encoding of the measured values. +Therefore the option 'device' must be used to properly decode the +communication of the respective sensor. ''' from .pd import * |