]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/ade77xx/pd.py
Add PD tags handling and some tags
[libsigrokdecode.git] / decoders / ade77xx / pd.py
index 0dfd7c86bf08fa0ceb25656ab97b00f5daa07909..8945cdc5e2b1568c1ef474ce9f5be3d1cf57989c 100644 (file)
@@ -34,6 +34,7 @@ class Decoder(srd.Decoder):
     license = 'mit'
     inputs = ['spi']
     outputs = ['ade77xx']
+    tags = ['Logic', 'Sensors']
     annotations = (
         ('read', 'Register read commands'),
         ('write', 'Register write commands'),