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