]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/ds28ea00/pd.py
avr_isp: Add more parts
[libsigrokdecode.git] / decoders / ds28ea00 / pd.py
index 1a3cbf3f02574e2496eecd88b019209e92598c4e..39290b45bea235075f34939bada24e6174ac0092 100644 (file)
@@ -42,10 +42,10 @@ class Decoder(srd.Decoder):
     desc = '1-Wire digital thermometer with Sequence Detect and PIO.'
     license = 'gplv2+'
     inputs = ['onewire_network']
-    outputs = ['ds28ea00']
+    outputs = []
     tags = ['IC', 'Sensor']
     annotations = (
-        ('text', 'Human-readable text'),
+        ('text', 'Text'),
     )
 
     def __init__(self):