X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=build-stages%2Fd_left_motor%2Fd_left_motor.ino;h=7a78954195f417482ed3065f93b128c0ab6def46;hb=661ac21e0bd2e7a48c7bed6332e948873f4a2b23;hp=e2d7a560b07d77e851c9d667099ece166454389c;hpb=35ffc3435298c78927cd70d765d6291f16325e5d;p=challenge-bot diff --git a/build-stages/d_left_motor/d_left_motor.ino b/build-stages/d_left_motor/d_left_motor.ino index e2d7a56..7a78954 100644 --- a/build-stages/d_left_motor/d_left_motor.ino +++ b/build-stages/d_left_motor/d_left_motor.ino @@ -14,9 +14,12 @@ */ // define which pins are connected to which components -int left_motor_speed_pin = 8; -int left_motor_forward_pin = 9; -int left_motor_backward_pin = 10; +// blue wire +int left_motor_forward_pin = 8; +// orange wire +int left_motor_backward_pin = 9; +// white wire +int left_motor_speed_pin = 10; void setup(){ // the arduino will change the voltage on these pins