voltage note
authorTomas Mudrunka <tomas@mudrunka.cz>
Fri, 13 Mar 2020 23:40:32 +0000 (00:40 +0100)
committerTomas Mudrunka <tomas@mudrunka.cz>
Fri, 13 Mar 2020 23:40:32 +0000 (00:40 +0100)
plugins/sigrok-decoders/caliper/__init__.py

index 65620f8e9a21b86ea51491e9f46691a128b758cc..d35913d1dab2c0dcffb81374eac558f8a70ea66d 100644 (file)
 '''
 This decodes digital output of cheap generic calipers (usualy made in china)
 Decoder will show measured value in milimeters 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.
 '''
 
 from .pd import Decoder
This page took 0.392842 seconds and 4 git commands to generate.