summaryrefslogtreecommitdiff
path: root/decoder/test/lm75/test.conf
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2014-12-30 16:58:10 +0100
committerUwe Hermann <uwe@hermann-uwe.de>2014-12-30 19:11:59 +0100
commite11929d1e00e8326ced8c4ba05ea20d509f74ac7 (patch)
tree3a190ad5fe704318b1f2a49a8ba6c7fb8a61693c /decoder/test/lm75/test.conf
parent4b3d30ebf045f0a22198adeaf555fd46334b8200 (diff)
downloadsigrok-test-e11929d1e00e8326ced8c4ba05ea20d509f74ac7.tar.gz
sigrok-test-e11929d1e00e8326ced8c4ba05ea20d509f74ac7.zip
Add some LM75 tests.
Diffstat (limited to 'decoder/test/lm75/test.conf')
-rw-r--r--decoder/test/lm75/test.conf23
1 files changed, 23 insertions, 0 deletions
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