create a list of parts for a single robot
[challenge-bot] / arduino-sketches / serial / README
CommitLineData
58bfe2ae 1(how to use this
2 (connect your robot to your computer via usb cable)
3 (open arduino ide)
4 (in arduino ide, open serial.ino)
5 (hit the upload button)
6 (hit control+shift+m,
7 or go to the menu item tools, and down to serial monitor)
8 (in the bottom right, select "9600 baud")
9 (hit the reset button on the arduino)
beb8c6bf 10 (you should see "hello computer!" each time you hit the reset button,
11 (this means your arduino is talking to your computer when it starts))
12 (yaaay!))