diff options
Diffstat (limited to 'decoders/microwire/pd.py')
-rw-r--r-- | decoders/microwire/pd.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/microwire/pd.py b/decoders/microwire/pd.py index 4180ba2..6650f38 100644 --- a/decoders/microwire/pd.py +++ b/decoders/microwire/pd.py @@ -50,6 +50,7 @@ class Decoder(srd.Decoder): license = 'gplv2+' inputs = ['logic'] outputs = ['microwire'] + tags = ['Embedded/industrial'] channels = ( {'id': 'cs', 'name': 'CS', 'desc': 'Chip select'}, {'id': 'sk', 'name': 'SK', 'desc': 'Clock'}, |