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 0480723 commit 5106d2aCopy full SHA for 5106d2a
SampleCode/sample_miscellaneous.py
@@ -48,7 +48,7 @@ def test_servo():
48
# Installation Verification Program
49
def ivp():
50
while not buttons.is_GP20_pressed() and not buttons.is_GP21_pressed():
51
- print(f"Left Reflectance: {reflectance.get_left_reflectance()}, Right Reflectance: {reflectance.get_right_reflectance()}")
+ print(f"Left Reflectance: {reflectance.get_left()}, Right Reflectance: {reflectance.get_right()}")
52
time.sleep(0.1)
53
while (buttons.is_GP20_pressed() or buttons.is_GP21_pressed()):
54
time.sleep(.01)
0 commit comments