X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fam230x%2F__init__.py;h=280c88564fce160e93320b540bfd93731bb3542b;hb=11fb6d15fd2eb09d390dab902d8155aaba130cf4;hp=98f20b6528cd95a8c52771c16a8d681ce00fb8b3;hpb=95d11271b46a46788d497481d03177e883c8554e;p=libsigrokdecode.git diff --git a/decoders/am230x/__init__.py b/decoders/am230x/__init__.py index 98f20b6..280c885 100644 --- a/decoders/am230x/__init__.py +++ b/decoders/am230x/__init__.py @@ -14,21 +14,21 @@ ## 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 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. '''