X-Git-Url: http://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Flm75%2F__init__.py;fp=decoders%2Flm75%2F__init__.py;h=d0964184bfd87dc31499d60d5715c247ca397f19;hp=213e0ec02dac959c70769604890224ab2a36a3e9;hb=4c3b1846c9c307c1c35f86d259ddb968ed92718d;hpb=37e4c724efa64dd6061f7bb83f126b81da949771 diff --git a/decoders/lm75/__init__.py b/decoders/lm75/__init__.py index 213e0ec..d096418 100644 --- a/decoders/lm75/__init__.py +++ b/decoders/lm75/__init__.py @@ -19,15 +19,8 @@ ## ''' -National LM75 (and compatibles) temperature sensor protocol decoder. - -TODO: Description. - -Protocol output format: -TODO. - -Details: -TODO. +This decoder stacks on top of the 'i2c' PD and decodes the National LM75 +(and compatibles) temperature sensor protocol. ''' from .pd import *