diff options
Diffstat (limited to 'decoders/nunchuk.py')
-rw-r--r-- | decoders/nunchuk.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/decoders/nunchuk.py b/decoders/nunchuk.py index 009459d..86ec171 100644 --- a/decoders/nunchuk.py +++ b/decoders/nunchuk.py @@ -77,9 +77,6 @@ class Decoder(srd.Decoder): options = {} def __init__(self, **kwargs): - self.out_proto = None - self.out_ann = None - self.state = IDLE # TODO: Can we assume a certain initial state? self.sx = self.sy = self.ax = self.ay = self.az = self.bz = self.bc = 0 |