X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fspi%2Fpd.py;h=5bab8f75f16c4d305e08b4937deb57b1be44791f;hp=7250dbd518eedec23f2c4afd52879c4f3dba74df;hb=bf69977d12886794ac597083403859ac99ab38ac;hpb=ce71bf0e29e9c3890eb74725ceb963ff35a29639 diff --git a/decoders/spi/pd.py b/decoders/spi/pd.py index 7250dbd..5bab8f7 100644 --- a/decoders/spi/pd.py +++ b/decoders/spi/pd.py @@ -24,10 +24,10 @@ import sigrokdecode as srd ''' OUTPUT_PYTHON format: -SPI packet: -[, , ] +Packet: +[, , ] -Commands: +: - 'DATA': contains the MISO data, contains the MOSI data. The data is _usually_ 8 bits (but can also be fewer or more bits). Both data items are Python numbers (not strings), or None if the respective