]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/lm75/pd.py
onewire_link: Use annotation types.
[libsigrokdecode.git] / decoders / lm75 / pd.py
index 9d2f0ab242bb48bcbfbfb1dfe9e696b3b04f6ced..b351344a848cc04e504703b43e61bf3690504e90 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrokdecode project.
 ##
 ## Copyright (C) 2012 Uwe Hermann <uwe@hermann-uwe.de>
 ##
@@ -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']