]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/atsha204a/pd.py
Add PD tags handling and some tags
[libsigrokdecode.git] / decoders / atsha204a / pd.py
index 2353178d93c951b5f9375c4af73be6f897cc8b55..e62122c39c01f9aa99a5616a032bfde44ee6a375 100644 (file)
@@ -85,10 +85,11 @@ class Decoder(srd.Decoder):
     id = 'atsha204a'
     name = 'ATSHA204A'
     longname = 'Microchip ATSHA204A'
-    desc = 'Microchip ATSHA204A CryptoAuthentication device'
+    desc = 'Microchip ATSHA204A CryptoAuthentication device.'
     license = 'gplv2+'
     inputs = ['i2c']
     outputs = ['atsha204a']
+    tags = ['Logic']
     annotations = (
         ('waddr', 'Word address'),
         ('count', 'Count'),