From: Paul "LeoNerd" Evans Date: Sat, 7 Nov 2015 23:39:59 +0000 (+0000) Subject: Fix documentation comment in SPI decoder X-Git-Tag: libsigrokdecode-0.4.0~34 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=92a06d0b6bbe173257d7c76ed2318f5b35f65637;ds=sidebyside Fix documentation comment in SPI decoder --- diff --git a/decoders/spi/pd.py b/decoders/spi/pd.py index 4a686dd..09b5689 100644 --- a/decoders/spi/pd.py +++ b/decoders/spi/pd.py @@ -34,7 +34,7 @@ Packet: channel was not supplied. - 'BITS': / contain a list of bit values in this MOSI/MISO data item, and for each of those also their respective start-/endsample numbers. - - 'CS CHANGE': is the old CS# pin value, is the new value. + - 'CS-CHANGE': is the old CS# pin value, is the new value. Both data items are Python numbers (0/1), not strings. At the beginning of the decoding a packet is generated with = None and being the initial state of the CS# pin or None if the chip select pin is not supplied.