From: Uwe Hermann Date: Thu, 11 May 2017 20:58:58 +0000 (+0200) Subject: Allow users to set initial pin states for decoders. X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=commitdiff_plain;h=407c9ebeb13200fb7f28a33cab00e996c018f8dc;hp=407c9ebeb13200fb7f28a33cab00e996c018f8dc Allow users to set initial pin states for decoders. 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". ---