diff options
Diffstat (limited to 'decoders/ade77xx')
-rw-r--r-- | decoders/ade77xx/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/ade77xx/pd.py b/decoders/ade77xx/pd.py index 8945cdc..636c548 100644 --- a/decoders/ade77xx/pd.py +++ b/decoders/ade77xx/pd.py @@ -34,7 +34,7 @@ class Decoder(srd.Decoder): license = 'mit' inputs = ['spi'] outputs = ['ade77xx'] - tags = ['Logic', 'Sensors'] + tags = ['Analog/digital', 'IC', 'Sensor'] annotations = ( ('read', 'Register read commands'), ('write', 'Register write commands'), |