We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe05ed commit 3d7fba9Copy full SHA for 3d7fba9
Adafruit_BBIO/README.md
@@ -28,7 +28,7 @@ cur_position = myEncoder.position
28
29
# Position can also be set as a property
30
next_position = 15
31
-myEncoder.position = 15
+myEncoder.position = next_position
32
33
# Reset position to 0
34
myEncoder.zero()
0 commit comments