Update README.md

This commit is contained in:
Tristan Hearn
2013-04-19 16:28:18 -03:00
parent f9bbca1c34
commit bf058a85b0

View File

@@ -37,7 +37,7 @@ while True:
## Setup:
1. Verify that your Arduino board communicates at the baud rate specified in the
`setup()` function in `prototype.ino`. Change it there if necessary.
`setup()` function (line 243) in `prototype.ino`. Change it there if necessary.
1. Load the sketch `sketches\prototype\prototype.ino` onto your Arduino board, using the Arduino IDE.
2. Import the included arduino library `Arduino.py` into your python script.