Skip to content

Commit

Permalink
Add bio_arm connections to config
Browse files Browse the repository at this point in the history
  • Loading branch information
kknives committed Jan 21, 2023
1 parent f92f5ea commit e8384b6
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ drive_rear = 0
suspension_front = 1
suspension_rear = 2

bio_arm_yaw = 3
bio_arm_auger = 3

[pad.encoders]
drive_front_left = 2
drive_front_right = 1
Expand All @@ -21,11 +24,10 @@ analog_camera1_tilt = 1

[system]
[system.motors]
test_one = [1, 2]
test_two = [3, 4]
bio_arm_vertial = [396, 466]
[system.limit_switches]
test_one = 1
# test_one = 397
[system.status_leds]
red = 0
green = 1
blue = 2
# red = 0
# green = 1
# blue = 2

0 comments on commit e8384b6

Please # to comment.