]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/adns5020/pd.py
Add PD tags handling and some tags
[libsigrokdecode.git] / decoders / adns5020 / pd.py
index cd72eca8b46d93432379469b33d10031296b9d5f..74d7a23cdb64022aa906d4c8f625bf752e802950 100644 (file)
@@ -47,6 +47,7 @@ class Decoder(srd.Decoder):
     license = 'gplv2+'
     inputs = ['spi']
     outputs = ['adns5020']
+    tags = ['Logic', 'Sensors']
     annotations = (
         ('read', 'Register read commands'),
         ('write', 'Register write commands'),