]> sigrok.org Git - libsigrokdecode.git/commit
spi: Provide multiple annotation types.
authorUwe Hermann <redacted>
Thu, 12 Sep 2013 19:05:22 +0000 (21:05 +0200)
committerUwe Hermann <redacted>
Thu, 12 Sep 2013 19:26:13 +0000 (21:26 +0200)
commit29f8bb7b787ff8bc2a2e55d3de0b53452e73c6af
tree5c062047a6c8e55496c7aeb5c81f8f167a4faac5
parentec0afe27db7f6e2abdd2a712ca4bbc5c01debe67
spi: Provide multiple annotation types.

For now SPI gets the following annotation types:

 - MISO/MOSI SPI data
 - MISO SPI data
 - MOSI SPI data

(i.e. you can see either MISO, or MOSI, or both; the latter is most
useful for CLI usage)

Also, show the hex values as e.g. F5 (upper-case letters, no "0x" prefix).
decoders/spi/pd.py