diff options
Diffstat (limited to 'decoders/mrf24j40/pd.py')
-rw-r--r-- | decoders/mrf24j40/pd.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/mrf24j40/pd.py b/decoders/mrf24j40/pd.py index 8ccf473..d792104 100644 --- a/decoders/mrf24j40/pd.py +++ b/decoders/mrf24j40/pd.py @@ -29,6 +29,7 @@ class Decoder(srd.Decoder): license = 'gplv2+' inputs = ['spi'] outputs = ['mrf24j40'] + tags = ['IC', 'Wireless/RF'] annotations = ( ('sread', 'Short register read commands'), ('swrite', 'Short register write commands'), |