X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=decoders%2Fam230x%2Fpd.py;h=fbc68d396db060f1db1278272891bc71c683fcab;hb=962983f35ea4c1cdcef12e02971791cc80653dcb;hp=81c1f28da39506e4d714c779593b3ac77d60f5d3;hpb=10aeb8ea8b183394cebc0033f048f49f4262b57d;p=libsigrokdecode.git diff --git a/decoders/am230x/pd.py b/decoders/am230x/pd.py index 81c1f28..fbc68d3 100644 --- a/decoders/am230x/pd.py +++ b/decoders/am230x/pd.py @@ -36,12 +36,13 @@ class SamplerateError(Exception): class Decoder(srd.Decoder): api_version = 3 id = 'am230x' - name = 'AM230x/DHTxx/RHTxx' + name = 'AM230x' longname = 'Aosong AM230x/DHTxx/RHTxx' - desc = 'Aosong AM230x/DHTxx/RHTxx humidity/temperature sensor protocol.' + desc = 'Aosong AM230x/DHTxx/RHTxx humidity/temperature sensor.' license = 'gplv2+' inputs = ['logic'] - outputs = ['am230x'] + outputs = [] + tags = ['IC', 'Sensor'] channels = ( {'id': 'sda', 'name': 'SDA', 'desc': 'Single wire serial data line'}, )