From e11929d1e00e8326ced8c4ba05ea20d509f74ac7 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 30 Dec 2014 16:58:10 +0100 Subject: Add some LM75 tests. --- decoder/test/lm75/test.conf | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 decoder/test/lm75/test.conf (limited to 'decoder/test/lm75/test.conf') diff --git a/decoder/test/lm75/test.conf b/decoder/test/lm75/test.conf new file mode 100644 index 0000000..99876b8 --- /dev/null +++ b/decoder/test/lm75/test.conf @@ -0,0 +1,23 @@ +test rding_temper_fm75_1 + protocol-decoder i2c channel sda=0 channel scl=1 + protocol-decoder i2cfilter option address=79 + protocol-decoder lm75 + stack i2c i2cfilter lm75 + input i2c/rding_temper/rding_temper_i2c_usb_led_eeprom_and_sensor_5s.sr + output lm75 annotation match rding_temper_fm75_1.output + +test rding_temper_fm75_2 + protocol-decoder i2c channel sda=0 channel scl=1 + protocol-decoder i2cfilter option address=79 + protocol-decoder lm75 + stack i2c i2cfilter lm75 + input i2c/rding_temper/rding_temper_i2c_usb_led_sensor_5s.sr + output lm75 annotation match rding_temper_fm75_2.output + +test rding_temper_fm75_3 + protocol-decoder i2c channel sda=0 channel scl=1 + protocol-decoder i2cfilter option address=79 + protocol-decoder lm75 + stack i2c i2cfilter lm75 + input i2c/rding_temper/rding_temper_i2c_eeprom_and_sensor.sr + output lm75 annotation match rding_temper_fm75_3.output -- cgit v1.2.3-54-g00ecf