BrachioGraph icon indicating copy to clipboard operation
BrachioGraph copied to clipboard

Feature/make gpio ports configurable

Open white-gecko opened this issue 5 years ago • 0 comments

Fix #71 .

To actually avoid using the UART Port I'm now using:

bg = BrachioGraph(inner_arm=8, outer_arm=8, pw_up=1400, pw_down=1700, bounds=[-9, 5, 9, 13], servo_1_pin=4)

also 17, 27, 22 works well:

bg = BrachioGraph(inner_arm=8, outer_arm=8, pw_up=1400, pw_down=1700, bounds=[-9, 5, 9, 13], servo_1_pin=17, servo_2_pin=27, servo_3_pin=22)

white-gecko avatar Mar 09 '20 17:03 white-gecko