summaryrefslogtreecommitdiff
path: root/decoders/onewire_link
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2019-03-16 18:46:01 +0100
committerUwe Hermann <uwe@hermann-uwe.de>2019-03-16 18:46:01 +0100
commit2787cf2abc0187679e87d3735ca3e64c2a1a91c8 (patch)
tree8baddf2048d8383a257284eabd238f7f4397568f /decoders/onewire_link
parent2b46b01c72c06683b3130647affe92c425d573b5 (diff)
downloadlibsigrokdecode-2787cf2abc0187679e87d3735ca3e64c2a1a91c8.tar.gz
libsigrokdecode-2787cf2abc0187679e87d3735ca3e64c2a1a91c8.zip
decoders: Various cosmetic/consistency/typo fixes.
Diffstat (limited to 'decoders/onewire_link')
-rw-r--r--decoders/onewire_link/__init__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/decoders/onewire_link/__init__.py b/decoders/onewire_link/__init__.py
index 69b570f..abd5567 100644
--- a/decoders/onewire_link/__init__.py
+++ b/decoders/onewire_link/__init__.py
@@ -45,10 +45,10 @@ as an example.
- owr (1-Wire signal line)
Options:
-1-Wire is an asynchronous protocol with fixed timing values, so the decoder must
-know the samplerate.
+1-Wire is an asynchronous protocol with fixed timing values, so the decoder
+must know the samplerate.
Two speeds are available: normal and overdrive. The decoder detects when
-switching from one to another but the user can set which to start decoding with:
+switching speed, but the user can set which to start decoding with:
- overdrive (to decode starting with overdrive speed)
'''