summaryrefslogtreecommitdiff
path: root/decoders/caliper/__init__.py
diff options
context:
space:
mode:
authorGerhard Sittig <gerhard.sittig@gmx.net>2020-07-18 18:14:19 +0200
committerGerhard Sittig <gerhard.sittig@gmx.net>2020-07-18 20:36:15 +0200
commit4afcb4d0489705a3ca5f2590bd4645e51d5fb611 (patch)
tree1caada07a8aa793f6e6c9e3c963611103846e3ef /decoders/caliper/__init__.py
parent5ed5cea580fe8bc9405043b216eb420792889283 (diff)
downloadlibsigrokdecode-4afcb4d0489705a3ca5f2590bd4645e51d5fb611.tar.gz
libsigrokdecode-4afcb4d0489705a3ca5f2590bd4645e51d5fb611.zip
caliper: fixup boilerplate (and some coding style and whitespace)
The caliper decoder was written against an older version of the library and failed to load in recent environments. Fixup the decoder boilerplate (eliminate ambiguous annotation class/row names, drop the IC tag) and address other style nits while we are here (rephrase user visible text, break a few long lines, adjust some of the indentation and whitespace issues, drop dead code). Remaining issues get addressed later.
Diffstat (limited to 'decoders/caliper/__init__.py')
-rw-r--r--decoders/caliper/__init__.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/decoders/caliper/__init__.py b/decoders/caliper/__init__.py
index 3fc99fe..44dab08 100644
--- a/decoders/caliper/__init__.py
+++ b/decoders/caliper/__init__.py
@@ -18,17 +18,17 @@
##
'''
-This decodes digital output of cheap generic calipers (usualy made in china)
-Decoder will show measured value in milimeters or inches.
+This decoder interprets the digital output of cheap generic calipers
+(usually made in China), and shows the measured value in millimeters
+or inches.
-Please note that these devices often communicate on low voltage level,
-which might not be possible to capture with 3.3V logic analyzers.
-So additional circuitry might be needed to capture the signal.
+Notice that these devices often communicate on voltage levels below
+3.3V and may require additional circuitry to capture the signal.
-This is NOT for calipers using Digimatic protocol (eg. Mitutoyo and similar brands)
-
-More info:
+This decoder does not work for calipers using the Digimatic protocol
+(eg. Mitutoyo and similar brands).
+For more information see:
http://www.shumatech.com/support/chinese_scales.htm
https://www.instructables.com/id/Reading-Digital-Callipers-with-an-Arduino-USB/
'''