layout stages with lexicographically ordered names
[challenge-bot] / build-stages / a_serial / README
diff --git a/build-stages/a_serial/README b/build-stages/a_serial/README
new file mode 100644 (file)
index 0000000..2f0c580
--- /dev/null
@@ -0,0 +1,12 @@
+(how to use this
+ (connect your robot to your computer via usb cable)
+ (open arduino ide)
+ (in arduino ide, open serial.ino)
+ (hit the upload button)
+ (hit control+shift+m,
+  or go to the menu item tools, and down to serial monitor)
+ (in the bottom right, select "9600 baud")
+ (hit the reset button on the arduino)
+ (you should see "hello computer!" each time you hit the reset button,
+  (this means your arduino is talking to your computer when it starts))
+ (yaaay!))