X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fnunchuk%2Fnunchuk.py;h=0f1e35603612ecdcf0a413e924706d7005aa7db1;hb=decde15ecb51b3326b31019af61e0a729b9c61d0;hp=3308bef392095500bd064045205ec170486d5240;hpb=385508e9b12d87519f9144a67e7682b46a592200;p=libsigrokdecode.git diff --git a/decoders/nunchuk/nunchuk.py b/decoders/nunchuk/nunchuk.py index 3308bef..0f1e356 100644 --- a/decoders/nunchuk/nunchuk.py +++ b/decoders/nunchuk/nunchuk.py @@ -49,7 +49,8 @@ class Decoder(srd.Decoder): license = 'gplv2+' inputs = ['i2c'] outputs = ['nunchuck'] - probes = [] # TODO + probes = [] + extra_probes = [] # TODO options = {} annotations = [ ['TODO', 'TODO'],