diff options
Diffstat (limited to 'decoders/atsha204a/pd.py')
-rw-r--r-- | decoders/atsha204a/pd.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/atsha204a/pd.py b/decoders/atsha204a/pd.py index a6a5a1d..e62122c 100644 --- a/decoders/atsha204a/pd.py +++ b/decoders/atsha204a/pd.py @@ -89,6 +89,7 @@ class Decoder(srd.Decoder): license = 'gplv2+' inputs = ['i2c'] outputs = ['atsha204a'] + tags = ['Logic'] annotations = ( ('waddr', 'Word address'), ('count', 'Count'), |