X-Git-Url: http://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fnunchuk%2Fpd.py;h=59b102890dcd0ea507f954d18084847562d0cf97;hp=eb99ba538b9c3836d68fc4661da62c10ea79b8d8;hb=6cbba91f23b9f9ace75b4722c9c0776b9211008d;hpb=12a045188f21f42300b4cf25302478e25d15acb6 diff --git a/decoders/nunchuk/pd.py b/decoders/nunchuk/pd.py index eb99ba5..59b1028 100644 --- a/decoders/nunchuk/pd.py +++ b/decoders/nunchuk/pd.py @@ -27,7 +27,7 @@ class Decoder(srd.Decoder): desc = 'Nintendo Wii Nunchuk controller protocol.' license = 'gplv2+' inputs = ['i2c'] - outputs = ['nunchuck'] + outputs = [] tags = ['Sensor'] annotations = \ tuple(('reg-0x%02X' % i, 'Register 0x%02X' % i) for i in range(6)) + (