X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fnunchuk.py;fp=decoders%2Fnunchuk.py;h=86ec17111750dcf6ed2483317f6237f54abfa1a1;hp=009459db861d09736f516fa9c00ba057263828fa;hb=d0e93c76e381eff58ca23949301f781b24ba4a8b;hpb=677d597b072c0a1d2df81c5c193cd3678aef8d03 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