From d6d8a8a440ea2a81e6ddde33d16bc84d01cdb432 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 15 Mar 2019 00:57:04 +0100 Subject: decoders: Add/update tags for each PD. --- decoders/nunchuk/pd.py | 1 + 1 file changed, 1 insertion(+) (limited to 'decoders/nunchuk') diff --git a/decoders/nunchuk/pd.py b/decoders/nunchuk/pd.py index 4f006f2..eb99ba5 100644 --- a/decoders/nunchuk/pd.py +++ b/decoders/nunchuk/pd.py @@ -28,6 +28,7 @@ class Decoder(srd.Decoder): license = 'gplv2+' inputs = ['i2c'] outputs = ['nunchuck'] + tags = ['Sensor'] annotations = \ tuple(('reg-0x%02X' % i, 'Register 0x%02X' % i) for i in range(6)) + ( ('bit-bz', 'BZ bit'), -- cgit v1.2.3-70-g09d2