From b59c504ecda1693417932878a8c92bab80f9635c Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 6 Jun 2017 00:09:45 +0200 Subject: Add support for initial pin settings. Adapt all tests that require it to use the old behaviour of assuming an initial pin value of 0 (or whatever was previously hardcoded in the PD). for now (this will likely see some changes later). --- decoder/test/ds1307/test.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decoder/test/ds1307/test.conf') diff --git a/decoder/test/ds1307/test.conf b/decoder/test/ds1307/test.conf index 8bf0650..052ed5d 100644 --- a/decoder/test/ds1307/test.conf +++ b/decoder/test/ds1307/test.conf @@ -1,5 +1,5 @@ test rtc_ds1307_200khz - protocol-decoder i2c channel scl=0 channel sda=1 + protocol-decoder i2c channel scl=0 channel sda=1 initial_pin scl=1 initial_pin sda=1 protocol-decoder ds1307 stack i2c ds1307 input i2c/rtc_dallas_ds1307/rtc_ds1307_200khz.sr -- cgit v1.2.3-54-g00ecf