Allow users to set initial pin states for decoders.
authorUwe Hermann <uwe@hermann-uwe.de>
Thu, 11 May 2017 20:58:58 +0000 (22:58 +0200)
committerUwe Hermann <uwe@hermann-uwe.de>
Mon, 5 Jun 2017 16:15:26 +0000 (18:15 +0200)
This uses the new srd_inst_initial_pins_set_all() libsigrokdecode API
which allows frontends to set the assumed initial pins (i.e., the assumed
state of the pins before the first sample of a capture) to user-specified
values.

The assumed initial pins can be either low, or high, or "use same value
as the first sample of the capture".


No differences found