]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/ds243x/pd.py
can: Factor out dlc2len().
[libsigrokdecode.git] / decoders / ds243x / pd.py
index c93395d400a68485315635e37b477d9cb7c90899..7f9f6660cc86ec2293c866b4ecf04d50e05a2d12 100644 (file)
@@ -64,11 +64,12 @@ 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'),
     )