]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/am230x/pd.py
Add PD tags handling and some tags
[libsigrokdecode.git] / decoders / am230x / pd.py
index 81c1f28da39506e4d714c779593b3ac77d60f5d3..d3af8c55fc78ed7ee7f83c654805928b7cbd6e3e 100644 (file)
@@ -42,6 +42,7 @@ class Decoder(srd.Decoder):
     license = 'gplv2+'
     inputs = ['logic']
     outputs = ['am230x']
+    tags = ['Logic', 'Sensors']
     channels = (
         {'id': 'sda', 'name': 'SDA', 'desc': 'Single wire serial data line'},
     )