]> sigrok.org Git - libsigrokdecode.git/commit
uart: Emit databyte and bits list at the same time.
authorUwe Hermann <redacted>
Thu, 16 Oct 2014 07:35:27 +0000 (09:35 +0200)
committerUwe Hermann <redacted>
Thu, 16 Oct 2014 09:37:13 +0000 (11:37 +0200)
commit7cf698c5475ac6948d7a9d5c2a6e4ec9cb878d84
tree0929b5e10db8df4147b31623c6ef2d67c80fd9c1
parentbd6594c0cdae0a525e147c6e33e496ff87823d16
uart: Emit databyte and bits list at the same time.

This will allow for much simpler code in stacked PDs.

Adapt stacked PDs to new API.
decoders/midi/pd.py
decoders/pan1321/pd.py
decoders/uart/pd.py