X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=decoders%2Fmaxim_ds28ea00%2Fpd.py;fp=decoders%2Fmaxim_ds28ea00%2Fpd.py;h=2492c6bcfeb270f799615e7557c15a1187aa372c;hb=da9bcbd9f45b0153465c55ec726a0d76f6d7f01e;hp=312475ec4169720745f145dc08f3d64e454fa01b;hpb=d1e2129c7b01a760d48bcc8e7fc12956a62698c1;p=libsigrokdecode.git diff --git a/decoders/maxim_ds28ea00/pd.py b/decoders/maxim_ds28ea00/pd.py index 312475e..2492c6b 100644 --- a/decoders/maxim_ds28ea00/pd.py +++ b/decoders/maxim_ds28ea00/pd.py @@ -44,15 +44,15 @@ class Decoder(srd.Decoder): license = 'gplv2+' inputs = ['onewire_network'] outputs = ['maxim_ds28ea00'] - optional_probes = [ + optional_probes = ( {'id': 'pioa', 'name': 'PIOA/DONE#', 'desc': 'PIOA channel and chain output'}, {'id': 'piob', 'name': 'PIOB/EN#', 'desc': 'PIOB channel and chain output'}, - ] - annotations = [ - ['text', 'Human-readable text'], - ] + ) + annotations = ( + ('text', 'Human-readable text'), + ) def __init__(self, **kwargs): self.trn_beg = 0