]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/maxim_ds28ea00/pd.py
Remove unused probes and options
[libsigrokdecode.git] / decoders / maxim_ds28ea00 / pd.py
index 6e1125a73c6e4d84f545466bee066a8cfc3dbd9d..312475ec4169720745f145dc08f3d64e454fa01b 100644 (file)
@@ -44,14 +44,12 @@ class Decoder(srd.Decoder):
     license = 'gplv2+'
     inputs = ['onewire_network']
     outputs = ['maxim_ds28ea00']
-    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'},
     ]
-    options = {}
     annotations = [
         ['text', 'Human-readable text'],
     ]