diff options
Diffstat (limited to 'decoders/nunchuk')
-rw-r--r-- | decoders/nunchuk/__init__.py | 1 | ||||
-rw-r--r-- | decoders/nunchuk/pd.py | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/decoders/nunchuk/__init__.py b/decoders/nunchuk/__init__.py index 2fdaaeb..ef6a74a 100644 --- a/decoders/nunchuk/__init__.py +++ b/decoders/nunchuk/__init__.py @@ -29,4 +29,3 @@ https://www.sparkfun.com/products/9281 ''' from .pd import * - diff --git a/decoders/nunchuk/pd.py b/decoders/nunchuk/pd.py index 8ed98e6..ef3d267 100644 --- a/decoders/nunchuk/pd.py +++ b/decoders/nunchuk/pd.py @@ -202,4 +202,3 @@ class Decoder(srd.Decoder): else: # self.putx([14, ['Ignoring: %s (data=%s)' % (cmd, databyte)]]) pass - |