We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 315b8eb commit 1834f11Copy full SHA for 1834f11
examples/simpletest.py
@@ -33,5 +33,5 @@
33
for i in range(4095):
34
dac.raw_value = i
35
# Go back down the 12-bit raw range.
36
- for i in range(4095, -1. -1):
+ for i in range(4095, -1, -1):
37
0 commit comments