X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fnunchuk.py;h=8bf0228e03b5b722970cd5c207422e1cd8b063ba;hb=9a12a6e7af3d7091d8e35dd1c731402cb80a01b0;hp=63fadc2172f87457d58a814b7592487ae6856ea3;hpb=957da0732562da1011adb6da95614d67143a607c;p=libsigrokdecode.git 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?