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