Skip to content

Commit 5106d2a

Browse files
committed
Other small fixes
1 parent 0480723 commit 5106d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SampleCode/sample_miscellaneous.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def test_servo():
4848
# Installation Verification Program
4949
def ivp():
5050
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()}")
51+
print(f"Left Reflectance: {reflectance.get_left()}, Right Reflectance: {reflectance.get_right()}")
5252
time.sleep(0.1)
5353
while (buttons.is_GP20_pressed() or buttons.is_GP21_pressed()):
5454
time.sleep(.01)

0 commit comments

Comments
 (0)