diff options
Diffstat (limited to 'decoders/onewire_transport/onewire_transport.py')
-rw-r--r-- | decoders/onewire_transport/onewire_transport.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/onewire_transport/onewire_transport.py b/decoders/onewire_transport/onewire_transport.py index bc9efbb..67f5193 100644 --- a/decoders/onewire_transport/onewire_transport.py +++ b/decoders/onewire_transport/onewire_transport.py @@ -22,6 +22,7 @@ import sigrokdecode as srd +# a dictionary of FUNCTION commands and their names command = {0x44: "TEMPERATURE CONVERSION", 0xbe: "READ SCRATCHPAD"} |