X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=blobdiff_plain;f=build-stages%2Fd_left_motor%2Fd_left_motor.ino;fp=build-stages%2Fd_left_motor%2Fd_left_motor.ino;h=7a78954195f417482ed3065f93b128c0ab6def46;hp=a19074c3b67cd3281764dfa315477a198312974d;hb=661ac21e0bd2e7a48c7bed6332e948873f4a2b23;hpb=ced82105b4d54b72b9a4af60f12d6a79b0ddff56 diff --git a/build-stages/d_left_motor/d_left_motor.ino b/build-stages/d_left_motor/d_left_motor.ino index a19074c..7a78954 100644 --- a/build-stages/d_left_motor/d_left_motor.ino +++ b/build-stages/d_left_motor/d_left_motor.ino @@ -14,8 +14,11 @@ */ // define which pins are connected to which components +// 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(){