diff options
Diffstat (limited to 'decoders/adf435x/pd.py')
-rw-r--r-- | decoders/adf435x/pd.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/adf435x/pd.py b/decoders/adf435x/pd.py index dcc08de..098c3a6 100644 --- a/decoders/adf435x/pd.py +++ b/decoders/adf435x/pd.py @@ -96,6 +96,7 @@ class Decoder(srd.Decoder): license = 'gplv3+' inputs = ['spi'] outputs = ['adf435x'] + tags = ['Logic'] annotations = ( # Sent from the host to the chip. ('register', 'Register written to the device'), |