]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/atsha204a/pd.py
Add PD tags handling and some tags
[libsigrokdecode.git] / decoders / atsha204a / pd.py
index a6a5a1dfa328953355fb02ef8673538485891f89..e62122c39c01f9aa99a5616a032bfde44ee6a375 100644 (file)
@@ -89,6 +89,7 @@ class Decoder(srd.Decoder):
     license = 'gplv2+'
     inputs = ['i2c']
     outputs = ['atsha204a']
+    tags = ['Logic']
     annotations = (
         ('waddr', 'Word address'),
         ('count', 'Count'),