From 44f7ba18ee64fc89d0f69619076ff28a8bc6b31a Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 27 Jun 2012 20:02:25 +0200 Subject: 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. --- decoders/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'decoders/Makefile.am') diff --git a/decoders/Makefile.am b/decoders/Makefile.am index 65a0580..9f3f269 100644 --- a/decoders/Makefile.am +++ b/decoders/Makefile.am @@ -28,6 +28,7 @@ SUBDIRS = \ i2s \ jtag \ jtag_stm32 \ + lm75 \ lpc \ mlx90614 \ mx25lxx05d \ -- cgit v1.2.3-70-g09d2