diff options
Diffstat (limited to 'decoders/adns5020/pd.py')
-rw-r--r-- | decoders/adns5020/pd.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/adns5020/pd.py b/decoders/adns5020/pd.py index cd72eca..74d7a23 100644 --- a/decoders/adns5020/pd.py +++ b/decoders/adns5020/pd.py @@ -47,6 +47,7 @@ class Decoder(srd.Decoder): license = 'gplv2+' inputs = ['spi'] outputs = ['adns5020'] + tags = ['Logic', 'Sensors'] annotations = ( ('read', 'Register read commands'), ('write', 'Register write commands'), |