]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/ds243x/pd.py
adxl345: Use SrdIntEnum for annotation classes.
[libsigrokdecode.git] / decoders / ds243x / pd.py
index c93395d400a68485315635e37b477d9cb7c90899..0fbdcdf51ef33ec8b001e0efde94586c915b94cc 100644 (file)
@@ -64,13 +64,14 @@ class Decoder(srd.Decoder):
     api_version = 3
     id = 'ds243x'
     name = 'DS243x'
-    longname = 'Maxim DS2432/2433'
+    longname = 'Maxim DS2432/3'
     desc = 'Maxim DS243x series 1-Wire EEPROM protocol.'
     license = 'gplv2+'
     inputs = ['onewire_network']
-    outputs = ['ds243x']
+    outputs = []
+    tags = ['IC', 'Memory']
     annotations = (
-        ('text', 'Human-readable text'),
+        ('text', 'Text'),
     )
     binary = (
         ('mem_read', 'Data read from memory'),