]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/i2c/pd.py
Add PD tags handling and some tags
[libsigrokdecode.git] / decoders / i2c / pd.py
index e70c27de27b301ffcc52d12bf800f141263d3eb1..f452bcb00e53cc312f360a02fefc8af4be09ae89 100644 (file)
@@ -70,6 +70,7 @@ class Decoder(srd.Decoder):
     license = 'gplv2+'
     inputs = ['logic']
     outputs = ['i2c']
+    tags = ['Logic', 'Bus']
     channels = (
         {'id': 'scl', 'name': 'SCL', 'desc': 'Serial clock line'},
         {'id': 'sda', 'name': 'SDA', 'desc': 'Serial data line'},