]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/mxc6225xu/pd.py
sdcard_spi: add support for CMD24 including payload data
[libsigrokdecode.git] / decoders / mxc6225xu / pd.py
index 1e9045519c90ce41bfecef1dd3b7ac8b9f7872d8..e9617782d6154471c48c937b7a0ede40dc84073c 100644 (file)
@@ -66,7 +66,8 @@ class Decoder(srd.Decoder):
     desc = 'Digital Thermal Orientation Sensor (DTOS) protocol.'
     license = 'gplv2+'
     inputs = ['i2c']
-    outputs = ['mxc6225xu']
+    outputs = []
+    tags = ['IC', 'Sensor']
     annotations = (
         ('text', 'Human-readable text'),
     )