summaryrefslogtreecommitdiff
path: root/decoders/counter/__init__.py
AgeCommit message (Collapse)Author
2019-03-16decoders: Various cosmetic/consistency/typo fixes.Uwe Hermann
2018-01-03Add a trivial "counter" decoderStefan Brüns
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.