summaryrefslogtreecommitdiff
path: root/decoders/am230x/__init__.py
diff options
context:
space:
mode:
authorKarl Palsson <karlp@tweak.net.au>2015-05-30 20:28:55 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2015-06-16 13:35:44 +0200
commite2ba53bbd8d176aedc8f5f9a3bb4086bc5f526f3 (patch)
tree9e411b4d7526aa2686b3a084b5c4c0b953b6af7f /decoders/am230x/__init__.py
parent468c974e7bdbc068ad1771069e3e0adb35853ad5 (diff)
downloadlibsigrokdecode-e2ba53bbd8d176aedc8f5f9a3bb4086bc5f526f3.tar.gz
libsigrokdecode-e2ba53bbd8d176aedc8f5f9a3bb4086bc5f526f3.zip
am23xx: explicitly mention RHTxx devices.
Include their compatibility in the dropdown options too.
Diffstat (limited to 'decoders/am230x/__init__.py')
-rw-r--r--decoders/am230x/__init__.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/decoders/am230x/__init__.py b/decoders/am230x/__init__.py
index 98f20b6..51b8488 100644
--- a/decoders/am230x/__init__.py
+++ b/decoders/am230x/__init__.py
@@ -20,15 +20,16 @@
'''
This decoder handles the proprietary single wire communication protocol used
-by the Aosong AM230x/DHTxx series of digital humidity and temperature sensors.
+by the Aosong AM230x/DHTxx/RHTxx series of digital humidity and temperature
+sensors.
Sample rate:
A sample rate of at least 200kHz is recommended to properly detect all the
elements of the protocol.
Options:
-The AM230x and DHTxx digital humidity and temperature sensors use the same
-single-wire protocol with different encoding of the measured values.
+The AM230x and DHTxx/RHTxx 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.
'''