Update of /cvsroot/pure-data/externals/hardware/arduino In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30126
Modified Files: README Log Message: updated for release 0.1
Index: README =================================================================== RCS file: /cvsroot/pure-data/externals/hardware/arduino/README,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** README 18 May 2006 20:24:18 -0000 1.1 --- README 15 Sep 2006 12:38:53 -0000 1.2 *************** *** 1,4 ****
! The code in the examples patch are example patches that match the included examples in the Arduino package.
- Pd_firmware is a Arduino firmware where you can control everything from Pd, so you don't need to program in Arduino. \ No newline at end of file --- 1,11 ----
! 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, open Pd_firmware in Arduino and upload it to the 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 !