Skip to content

Commit

Permalink
Add all the arduino pins
Browse files Browse the repository at this point in the history
  • Loading branch information
WillB97 committed Jul 24, 2024
1 parent 5ee3ebe commit 30cb8b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions simulator/modules/sbot_interface/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ def setup_devices(log_level: int | str = logging.WARNING) -> SocketServer:
ReflectanceSensor('left reflectance sensor'), # pin A0
ReflectanceSensor('center reflectance sensor'), # pin A1
ReflectanceSensor('right reflectance sensor'), # pin A2
EmptyPin(), # pin A3
EmptyPin(), # pin A4
EmptyPin(), # pin A5
],
asset_tag='Arduino1',
),
Expand Down

0 comments on commit 30cb8b5

Please sign in to comment.