indicate wire colors in comments
[challenge-bot] / build-stages / d_left_motor / d_left_motor.ino
index a19074c3b67cd3281764dfa315477a198312974d..7a78954195f417482ed3065f93b128c0ab6def46 100644 (file)
  */
 
 // 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(){