X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=blobdiff_plain;f=build-stages%2Fd_left_motor%2Fd_left_motor.ino;h=a19074c3b67cd3281764dfa315477a198312974d;hp=e2d7a560b07d77e851c9d667099ece166454389c;hb=34a3efe63ba555a19a9fb1346c3c8a5c50cfa7bc;hpb=f6b39aff16355f1fc67487169ddfc398f6768e99 diff --git a/build-stages/d_left_motor/d_left_motor.ino b/build-stages/d_left_motor/d_left_motor.ino index e2d7a56..a19074c 100644 --- a/build-stages/d_left_motor/d_left_motor.ino +++ b/build-stages/d_left_motor/d_left_motor.ino @@ -14,9 +14,9 @@ */ // 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; +int left_motor_forward_pin = 8; +int left_motor_backward_pin = 9; +int left_motor_speed_pin = 10; void setup(){ // the arduino will change the voltage on these pins