diff options
Diffstat (limited to 'decoders/ds243x')
-rw-r--r-- | decoders/ds243x/pd.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/ds243x/pd.py b/decoders/ds243x/pd.py index c93395d..bc2fe35 100644 --- a/decoders/ds243x/pd.py +++ b/decoders/ds243x/pd.py @@ -69,6 +69,7 @@ class Decoder(srd.Decoder): license = 'gplv2+' inputs = ['onewire_network'] outputs = ['ds243x'] + tags = ['IC', 'Memory'] annotations = ( ('text', 'Human-readable text'), ) |