Skip to content

Feature/make gpio ports configurable#72

Open
white-gecko wants to merge 3 commits intoevildmp:masterfrom
white-gecko:feature/makeGpioPortsConfigurable
Open

Feature/make gpio ports configurable#72
white-gecko wants to merge 3 commits intoevildmp:masterfrom
white-gecko:feature/makeGpioPortsConfigurable

Conversation

@white-gecko
Copy link

@white-gecko white-gecko commented Mar 9, 2020

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make the GPIO ports configurable

1 participant