]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/jitter/__init__.py
avr_isp: Add more parts
[libsigrokdecode.git] / decoders / jitter / __init__.py
index 63a0fff1c4c87c826e58e1d0cc7ff262029938ad..3394ad759bc2f03dcc1ba5395632da961e854d84 100644 (file)
@@ -21,6 +21,7 @@
 This protocol decoder retrieves the timing jitter between two digital signals.
 
 It allows to define a clock source channel and a resulting signal channel.
+
 Each time a significant edge is detected in the clock source, we calculate the
 elapsed time before the resulting signal answers and report the timing jitter.
 '''