X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fam230x%2F__init__.py;h=98f20b6528cd95a8c52771c16a8d681ce00fb8b3;hb=95d11271b46a46788d497481d03177e883c8554e;hp=782c0959c4d47abc96b16e7c07d8d3030a8b84db;hpb=47405f47db235c06d9f2ad26ae51791136b62a91;p=libsigrokdecode.git diff --git a/decoders/am230x/__init__.py b/decoders/am230x/__init__.py index 782c095..98f20b6 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 * +from .pd import Decoder