]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/eeprom24xx/pd.py
Add PD tags handling and some tags
[libsigrokdecode.git] / decoders / eeprom24xx / pd.py
index 49c586d23b417ebbbd8729e05ae2dfbbc6193e24..6f32b5400ee97363fbdea9932f594534787615b2 100644 (file)
@@ -29,6 +29,7 @@ class Decoder(srd.Decoder):
     license = 'gplv2+'
     inputs = ['i2c']
     outputs = ['eeprom24xx']
+    tags = ['Logic', 'Memory']
     options = (
         {'id': 'chip', 'desc': 'Chip', 'default': 'generic',
             'values': tuple(chips.keys())},