From 872a7b5781de474f7e0b4c12906b0c4b01cb4076 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 9 Dec 2017 17:17:29 +0100 Subject: Add some graycode test-cases. --- decoder/test/graycode/test.conf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 decoder/test/graycode/test.conf (limited to 'decoder/test/graycode/test.conf') diff --git a/decoder/test/graycode/test.conf b/decoder/test/graycode/test.conf new file mode 100644 index 0000000..8a4fe51 --- /dev/null +++ b/decoder/test/graycode/test.conf @@ -0,0 +1,19 @@ +test graycode_ramp + protocol-decoder graycode channel d0=0 channel d1=1 channel d2=2 channel d3=3 channel d4=4 channel d5=5 channel d6=6 channel d7=7 + input graycode/synthetic/graycode-ramp.sr + output graycode annotation match graycode_ramp.output + +test graycode_sin + protocol-decoder graycode channel d0=0 channel d1=1 channel d2=2 channel d3=3 channel d4=4 channel d5=5 channel d6=6 channel d7=7 + input graycode/synthetic/graycode-sin.sr + output graycode annotation match graycode_sin.output + +test rotary_ramp + protocol-decoder graycode channel d0=0 channel d1=1 + input graycode/synthetic/rotary-ramp.sr + output graycode annotation match rotary_ramp.output + +test rotary_sin + protocol-decoder graycode channel d0=0 channel d1=1 + input graycode/synthetic/rotary-sin.sr + output graycode annotation match rotary_sin.output -- cgit v1.2.3-70-g09d2