X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fds28ea00%2Fpd.py;h=39290b45bea235075f34939bada24e6174ac0092;hb=HEAD;hp=1a3cbf3f02574e2496eecd88b019209e92598c4e;hpb=d6d8a8a440ea2a81e6ddde33d16bc84d01cdb432;p=libsigrokdecode.git diff --git a/decoders/ds28ea00/pd.py b/decoders/ds28ea00/pd.py index 1a3cbf3..39290b4 100644 --- a/decoders/ds28ea00/pd.py +++ b/decoders/ds28ea00/pd.py @@ -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):