]> sigrok.org Git - libsigrokdecode.git/commit
parallel: Make CLK probe optional.
authorUwe Hermann <redacted>
Mon, 13 Jan 2014 22:26:36 +0000 (23:26 +0100)
committerUwe Hermann <redacted>
Mon, 13 Jan 2014 22:26:36 +0000 (23:26 +0100)
commit8eafa2613d2541e934a04874cd35cbc944c3168b
tree635eef0f5ba77bb1df1423f64be9c16d9abd0b5e
parent6af04d5a36a47b11dcf10bb629105600aa5a66eb
parallel: Make CLK probe optional.

When no CLK probe is supplied to this PD, handle any transition on
any of the supplied data probes as if there had been a CLK transition.

(based on a suggestion/patch by "bmx" from the #sigrok channel, thanks!)
decoders/parallel/__init__.py
decoders/parallel/pd.py