X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fx2444m%2Fpd.py;h=8a2852adecf33d0f9428f294b372c576ed731935;hp=2fa4d3848e9dfbafd58a778b7187f862e1489455;hb=d6d8a8a440ea2a81e6ddde33d16bc84d01cdb432;hpb=2eb6af30c323a8e3f692f1030f2726b661745f6d diff --git a/decoders/x2444m/pd.py b/decoders/x2444m/pd.py index 2fa4d38..8a2852a 100644 --- a/decoders/x2444m/pd.py +++ b/decoders/x2444m/pd.py @@ -40,6 +40,7 @@ class Decoder(srd.Decoder): license = 'gplv2+' inputs = ['spi'] outputs = ['x2444m'] + tags = ['IC', 'Memory'] annotations = ( ('wrds', 'Write disable'), ('sto', 'Store RAM data in EEPROM'),