summaryrefslogtreecommitdiff
path: root/decoders/maxim_ds28ea00/pd.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/maxim_ds28ea00/pd.py')
-rw-r--r--decoders/maxim_ds28ea00/pd.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/decoders/maxim_ds28ea00/pd.py b/decoders/maxim_ds28ea00/pd.py
index 6e1125a..312475e 100644
--- a/decoders/maxim_ds28ea00/pd.py
+++ b/decoders/maxim_ds28ea00/pd.py
@@ -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'],
]