X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fam230x%2F__init__.py;h=280c88564fce160e93320b540bfd93731bb3542b;hp=84e36c24db10a968011b9a2ad1dfc7d70cf022af;hb=4539e9ca58966ce3c9cad4801b16c315e86ace01;hpb=b1f2b85bd9a7cb79265f251cbecba84cdc04dd5e diff --git a/decoders/am230x/__init__.py b/decoders/am230x/__init__.py index 84e36c2..280c885 100644 --- a/decoders/am230x/__init__.py +++ b/decoders/am230x/__init__.py @@ -14,22 +14,23 @@ ## GNU General Public License for more details. ## ## You should have received a copy of the GNU General Public License -## along with this program; if not, write to the Free Software -## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## along with this program; if not, see . ## ''' -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/RHTxx 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/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