]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/am230x/__init__.py
swd: Drop unnecessary debug code.
[libsigrokdecode.git] / decoders / am230x / __init__.py
index 84e36c24db10a968011b9a2ad1dfc7d70cf022af..73782e1dffce818b8f4ed54359a0ad186fb7b2ee 100644 (file)
 ##
 
 '''
-This decoder handles the proprietary single wire communication protocol used by
-the AM230x series of digital humidity and temperature sensors.
+This decoder handles the proprietary single wire communication protocol used
+by the Aosong AM230x/DHTxx series of digital humidity and temperature sensors.
 
 Sample rate:
-A sample rate of at least 200 kHz is recommended to properly detect all the
+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 *