summaryrefslogtreecommitdiff
path: root/decoders/mxc6225xu
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2019-03-15 00:57:04 +0100
committerUwe Hermann <uwe@hermann-uwe.de>2019-03-15 00:57:04 +0100
commitd6d8a8a440ea2a81e6ddde33d16bc84d01cdb432 (patch)
treecc1c829ba2f6f9a847c32fd64edf3db291cc9c92 /decoders/mxc6225xu
parent4c180223a8ae12feb7bc3601e07e848fb9cdb493 (diff)
downloadlibsigrokdecode-d6d8a8a440ea2a81e6ddde33d16bc84d01cdb432.tar.gz
libsigrokdecode-d6d8a8a440ea2a81e6ddde33d16bc84d01cdb432.zip
decoders: Add/update tags for each PD.
Diffstat (limited to 'decoders/mxc6225xu')
-rw-r--r--decoders/mxc6225xu/pd.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/mxc6225xu/pd.py b/decoders/mxc6225xu/pd.py
index 1e90455..7eac07e 100644
--- a/decoders/mxc6225xu/pd.py
+++ b/decoders/mxc6225xu/pd.py
@@ -67,6 +67,7 @@ class Decoder(srd.Decoder):
license = 'gplv2+'
inputs = ['i2c']
outputs = ['mxc6225xu']
+ tags = ['IC', 'Sensor']
annotations = (
('text', 'Human-readable text'),
)