summaryrefslogtreecommitdiff
path: root/decoders/spi.py
diff options
context:
space:
mode:
authorGareth McMullin <gareth@blacksphere.co.nz>2011-12-02 06:44:42 +1300
committerGareth McMullin <gareth@blacksphere.co.nz>2011-12-02 06:44:42 +1300
commit2b7d0e2bf5147025e9d76d14e266b9905503b957 (patch)
tree7159144b6a6000ada198703824edb37db90177ed /decoders/spi.py
parent67e847fd2185aa5677954dceacf3c279d7a68af1 (diff)
downloadlibsigrokdecode-2b7d0e2bf5147025e9d76d14e266b9905503b957.tar.gz
libsigrokdecode-2b7d0e2bf5147025e9d76d14e266b9905503b957.zip
srd: Changed nunchuk and transitioncounter to new registraion api.
Diffstat (limited to 'decoders/spi.py')
-rw-r--r--decoders/spi.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/decoders/spi.py b/decoders/spi.py
index d9891b3..9c0be9a 100644
--- a/decoders/spi.py
+++ b/decoders/spi.py
@@ -33,9 +33,9 @@ def sampleiter(data, unitsize):
class Decoder():
id = 'spi'
- name = 'SPI Decoder'
+ name = 'SPI'
desc = '...desc...'
- longname = '...longname...'
+ longname = 'Serial Peripheral Interface (SPI) bus'
longdesc = '...longdesc...'
author = 'Gareth McMullin'
email = 'gareth@blacksphere.co.nz'