Skip to content

Commit

Permalink
fix error in scope demo
Browse files Browse the repository at this point in the history
  • Loading branch information
drunsinn committed Oct 8, 2023
1 parent d5661e7 commit 3195f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyLSV2/scripts/demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def scope_demo():
print("# %s" % sig)

duration = 2
interval = 6000
interval = 3000

print("reading values for a duration of %d seconds with an interval of %d µs")

Expand Down

0 comments on commit 3195f73

Please sign in to comment.