From eb10933cc46ab35fac71bd650a34f17e689f3964 Mon Sep 17 00:00:00 2001 From: Jorge Solla Date: Mon, 6 Apr 2020 21:21:37 +0200 Subject: Add test for Nordic Semiconductor nRF905 protocol decoder --- decoder/test/nrf905/test.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 decoder/test/nrf905/test.conf (limited to 'decoder/test/nrf905/test.conf') diff --git a/decoder/test/nrf905/test.conf b/decoder/test/nrf905/test.conf new file mode 100644 index 0000000..0fd9d8d --- /dev/null +++ b/decoder/test/nrf905/test.conf @@ -0,0 +1,6 @@ +test nrf905_operation + protocol-decoder spi channel clk=0 channel mosi=1 channel miso=2 channel cs=3 + protocol-decoder nrf905 + stack spi nrf905 + input nrf905/nrf905operation.sr + output nrf905 annotation match nrf905_operation.output \ No newline at end of file -- cgit v1.2.3-54-g00ecf