]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/adf435x/pd.py
Add PD tags handling and some tags
[libsigrokdecode.git] / decoders / adf435x / pd.py
index dcc08dec55fd52eb1de3dc34b49ab4aa61ef0067..098c3a6bae0ea97b083c4e9325daac2e4d415ee5 100644 (file)
@@ -96,6 +96,7 @@ class Decoder(srd.Decoder):
     license = 'gplv3+'
     inputs = ['spi']
     outputs = ['adf435x']
+    tags = ['Logic']
     annotations = (
         # Sent from the host to the chip.
         ('register', 'Register written to the device'),