From 0e8f31546b67669f71e4581004bafc93b39b2d4e Mon Sep 17 00:00:00 2001 From: Mickael Bosch Date: Tue, 2 Jul 2019 16:33:02 +0200 Subject: Add some NXP PCA9571 decoder test. --- decoder/test/pca9571/test.conf | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 decoder/test/pca9571/test.conf (limited to 'decoder/test/pca9571/test.conf') diff --git a/decoder/test/pca9571/test.conf b/decoder/test/pca9571/test.conf new file mode 100644 index 0000000..b62d9b0 --- /dev/null +++ b/decoder/test/pca9571/test.conf @@ -0,0 +1,20 @@ +test pca9571_simple + protocol-decoder i2c channel sda=0 channel scl=1 + protocol-decoder pca9571 + stack i2c pca9571 + input i2c/nxp_pca9571/pca9571_simple.sr + output pca9571 annotation match pca9571_simple.output + +test pca9571_sequence + protocol-decoder i2c channel sda=0 channel scl=1 + protocol-decoder pca9571 + stack i2c pca9571 + input i2c/nxp_pca9571/pca9571_sequence.sr + output pca9571 annotation match pca9571_sequence.output + +test pca9571_warning + protocol-decoder i2c channel sda=0 channel scl=1 + protocol-decoder pca9571 + stack i2c pca9571 + input i2c/nxp_pca9571/pca9571_warning.sr + output pca9571 annotation match pca9571_warning.output \ No newline at end of file -- cgit v1.2.3-54-g00ecf