]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/am230x/__init__.py
am23xx: explicitly mention RHTxx devices.
[libsigrokdecode.git] / decoders / am230x / __init__.py
index 782c0959c4d47abc96b16e7c07d8d3030a8b84db..51b84887941d55d5f0875abd124a114723be2789 100644 (file)
 
 '''
 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 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/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.
 '''
 
-from .pd import *
+from .pd import Decoder