From: Stefan Brüns Date: Tue, 2 Jan 2018 01:17:07 +0000 (+0100) Subject: Add a trivial "counter" decoder X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=6ca7aa50829904240ea07bcb7594c838ec467b98;hp=6ca7aa50829904240ea07bcb7594c838ec467b98 Add a trivial "counter" decoder This decoder just counts the number of falling and/or rising edges. This is especially useful for diagnosing protocols with a clock signal or a fixed number of transitions per bit, e.g. pulse length coded. It also provides a divider, which can be used to e.g. count the number of words in I²C or SPI transfers. ---