aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-07-10 04:13:35 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-07-10 04:13:35 +0000
commit842cfe45c9d0fc5459985664b84d71e5760a9a66 (patch)
treeebfa3fb8d1a87b8d926dc4355a953698f6ae67dd
parente360788cc2d058951923bbaacc1738a0b90b5d8e (diff)
updated readme for release
svn path=/trunk/externals/hardware/arduino/; revision=11857
-rw-r--r--README.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.txt b/README.txt
index 923df0f..2672fca 100644
--- a/README.txt
+++ b/README.txt
@@ -3,9 +3,9 @@ This package includes a Pd object and a matching Arduino firmware. It allows
you to control the Arduino board from Pd without having to program in
Arduino's C++
-To use it, first unzip the included Firmata-2.0 firmware and follow the README
+To use it, first unzip the included Firmata-2.1 firmware and follow the README
included in there. Then you'll be able to choose firmware from Arduino
-application, in File -> Open -> Library-Firmata menu.
+application, in the menu: File -> Open -> Examples -> Library-Firmata
Once you have uploaded a firmware to your Arduino board, open up
arduino-test.pd in Pd, then choose your serial port with the [open( message.
@@ -15,7 +15,7 @@ For more on Arduino, go to: http://arduino.cc
You can get more information about this firmware here:
http://www.arduino.cc/playground/Interfacing/Firmata
-WARNING! This version of the arduino object for Pd will only work with 2.0
+WARNING! This version of the arduino object for Pd will only work with 2.1
versions of Firmata. It will NOT work with older versions of the firmware!
Hans-Christoph Steiner <hans@eds.org>