Skip to content

Commit

Permalink
Update keyboard robot
Browse files Browse the repository at this point in the history
  • Loading branch information
WillB97 committed Aug 18, 2024
1 parent d1a386c commit 36d3fc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example_robots/keyboard_robot.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ def print_sensors(robot: Robot) -> None:
}
reflectance_sensor_names = {
AnalogPins.A0: "Left",
AnalogPins.A1: "Right",
AnalogPins.A1: "Center",
AnalogPins.A2: "Right",
}
touch_sensor_names = {
10: "Front Left",
Expand Down

0 comments on commit 36d3fc0

Please sign in to comment.