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