From be89dbdb1ea7c7ac0b6586131c8b4c582ace4337 Mon Sep 17 00:00:00 2001 From: Tristan Hearn Date: Fri, 19 Apr 2013 16:28:50 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6159303..5bcf516 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ while True: ## Setup: 1. Verify that your Arduino board communicates at the baud rate specified in the `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. +1. Load the `prototype.ino` sketch onto your Arduino board, using the Arduino IDE. 2. Import the included arduino library `Arduino.py` into your python script. For a collection of examples, see `examples.py`. This file contains methods which replicate