diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2012-01-12 22:16:26 +0100 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2012-01-12 22:31:11 +0100 |
commit | 9a12a6e7af3d7091d8e35dd1c731402cb80a01b0 (patch) | |
tree | 5a6891e0ede5d502344d8a6d37ccfa9c04c25d1d /decoders/nunchuk.py | |
parent | 957da0732562da1011adb6da95614d67143a607c (diff) | |
download | libsigrokdecode-9a12a6e7af3d7091d8e35dd1c731402cb80a01b0.tar.gz libsigrokdecode-9a12a6e7af3d7091d8e35dd1c731402cb80a01b0.zip |
srd: decoders: Metadata consistency fixes/updates.
Diffstat (limited to 'decoders/nunchuk.py')
-rw-r--r-- | decoders/nunchuk.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/nunchuk.py b/decoders/nunchuk.py index 63fadc2..8bf0228 100644 --- a/decoders/nunchuk.py +++ b/decoders/nunchuk.py @@ -75,6 +75,7 @@ class Decoder(srd.Decoder): outputs = ['nunchuck'] probes = [] # TODO options = {} + annotations = [] def __init__(self, **kwargs): self.state = IDLE # TODO: Can we assume a certain initial state? |