Skip to content
Lydia Z edited this page Dec 7, 2016 · 4 revisions

Pin diagram for Arduino hindbrain

#define PORT_MOTORS 10
#define STARBOARD_MOTORS 11

#define LED_RING_PORT 38
#define LED_RING_STARBOARD 39

#define LED_STRIP_PORT 34
#define LED_STRIP_STARBOARD 35

#define IR_FRONT_PORT A0
#define IR_FRONT_STARBOARD A1
#define IR_BACK_PORT A2
#define IR_BACK_STARBOARD A3

#define MANUAL_ESTOP A4
Clone this wiki locally