diff options
Diffstat (limited to 'decoders/eeprom24xx/pd.py')
-rw-r--r-- | decoders/eeprom24xx/pd.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/eeprom24xx/pd.py b/decoders/eeprom24xx/pd.py index 49c586d..6f32b54 100644 --- a/decoders/eeprom24xx/pd.py +++ b/decoders/eeprom24xx/pd.py @@ -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())}, |