Revision: 10083 http://pure-data.svn.sourceforge.net/pure-data/?rev=10083&view=rev Author: eighthave Date: 2008-06-24 10:31:10 -0700 (Tue, 24 Jun 2008)
Log Message: ----------- added .txt to README to make it easier to use on all platforms
Added Paths: ----------- trunk/externals/hardware/arduino/README.txt
Removed Paths: ------------- trunk/externals/hardware/arduino/README
Deleted: trunk/externals/hardware/arduino/README =================================================================== --- trunk/externals/hardware/arduino/README 2008-06-24 17:30:22 UTC (rev 10082) +++ trunk/externals/hardware/arduino/README 2008-06-24 17:31:10 UTC (rev 10083) @@ -1,21 +0,0 @@ - -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 -included in there. Then you'll be able to choose firmware from Arduino -application, in File -> Open -> Library-Firmata menu. - -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. - -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 -versions of Firmata. It will NOT work with older versions of the firmware! - -Hans-Christoph Steiner hans@eds.org
Copied: trunk/externals/hardware/arduino/README.txt (from rev 10082, trunk/externals/hardware/arduino/README) =================================================================== --- trunk/externals/hardware/arduino/README.txt (rev 0) +++ trunk/externals/hardware/arduino/README.txt 2008-06-24 17:31:10 UTC (rev 10083) @@ -0,0 +1,21 @@ + +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 +included in there. Then you'll be able to choose firmware from Arduino +application, in File -> Open -> Library-Firmata menu. + +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. + +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 +versions of Firmata. It will NOT work with older versions of the firmware! + +Hans-Christoph Steiner hans@eds.org
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.