]> sigrok.org Git - libsigrokdecode.git/commit
srd: Add National LM75 protocol decoder.
authorUwe Hermann <redacted>
Wed, 27 Jun 2012 18:02:25 +0000 (20:02 +0200)
committerUwe Hermann <redacted>
Wed, 27 Jun 2012 23:02:52 +0000 (01:02 +0200)
commit44f7ba18ee64fc89d0f69619076ff28a8bc6b31a
treed84cd6695858e6d91bdda6ca5161901c821c8676
parent387b6e3bb4340e20c978a8c47037d0bea9cca3c0
srd: Add National LM75 protocol decoder.

This shall support the original National LM75 I2C-based temperature sensor,
as well as various compatible devices of other vendors, such as the
Fairchild FM75, Dallas DS75, and so on.

Currently only 9bit resolution is supported, and not all commands are
decoded, yet. The register contents and temperatures are decoded
correctly though, and can be output in both Celsius and Kelvin.
configure.ac
decoders/Makefile.am
decoders/lm75/Makefile.am [new file with mode: 0644]
decoders/lm75/__init__.py [new file with mode: 0644]
decoders/lm75/lm75.py [new file with mode: 0644]