X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Flm75%2Fpd.py;h=86d3950b282f125ffa0fd26c73ef845b85a5fbb7;hb=d5a4209da3f3dc35bb3f262818a46c19b524c711;hp=9d2f0ab242bb48bcbfbfb1dfe9e696b3b04f6ced;hpb=24c74fd30fb161837c5f8b01baf3c0fe2dfa4ed5;p=libsigrokdecode.git diff --git a/decoders/lm75/pd.py b/decoders/lm75/pd.py index 9d2f0ab..86d3950 100644 --- a/decoders/lm75/pd.py +++ b/decoders/lm75/pd.py @@ -46,7 +46,7 @@ class Decoder(srd.Decoder): id = 'lm75' name = 'LM75' longname = 'National LM75' - desc = 'National LM75 (and compatibles) temperature sensor protocol.' + desc = 'National LM75 (and compatibles) temperature sensor.' license = 'gplv2+' inputs = ['i2c'] outputs = ['lm75']