X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=decoders%2Flm75%2Fpd.py;h=14df1b52e9a704bfc3a72981b9a11fc0ab38aa70;hb=f34113a300f2866a9eae08678cdb87d8d29a8b88;hp=29237d7adaf17528fb3907330d48286cd247ff59;hpb=10aeb8ea8b183394cebc0033f048f49f4262b57d;p=libsigrokdecode.git diff --git a/decoders/lm75/pd.py b/decoders/lm75/pd.py index 29237d7..14df1b5 100644 --- a/decoders/lm75/pd.py +++ b/decoders/lm75/pd.py @@ -46,7 +46,8 @@ class Decoder(srd.Decoder): desc = 'National LM75 (and compatibles) temperature sensor.' license = 'gplv2+' inputs = ['i2c'] - outputs = ['lm75'] + outputs = [] + tags = ['Sensor'] options = ( {'id': 'sensor', 'desc': 'Sensor type', 'default': 'lm75', 'values': ('lm75',)},