X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fam230x%2F__init__.py;h=51b84887941d55d5f0875abd124a114723be2789;hb=f7332ee0869cea37577257126acfe40bbe9f4db4;hp=73782e1dffce818b8f4ed54359a0ad186fb7b2ee;hpb=25adf5cf29d26751d3f481bd2d22fe8d034ed44c;p=libsigrokdecode.git diff --git a/decoders/am230x/__init__.py b/decoders/am230x/__init__.py index 73782e1..51b8488 100644 --- a/decoders/am230x/__init__.py +++ b/decoders/am230x/__init__.py @@ -20,17 +20,18 @@ ''' 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. ''' -from .pd import * +from .pd import Decoder