Update of /cvsroot/pure-data/externals/hardware/arduino/Pd_firmware In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29029/Pd_firmware
Modified Files: Pd_firmware.pde Log Message: cleaned up for the Pduino 0.3 release
Index: Pd_firmware.pde =================================================================== RCS file: /cvsroot/pure-data/externals/hardware/arduino/Pd_firmware/Pd_firmware.pde,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** Pd_firmware.pde 6 Mar 2007 06:59:43 -0000 1.28 --- Pd_firmware.pde 8 Mar 2007 05:37:22 -0000 1.29 *************** *** 33,36 **** --- 33,37 ---- * @author: Hans-Christoph Steiner hans@at.or.at * help with initial protocol redesign: Jamie Allen jamie@heavyside.net + * much protocol discussion: the Arduino developers mailing list * key bugfixes: Georg Holzmann grh@mur.at * Gerda Strobl gerda.strobl@student.tugraz.at *************** *** 47,52 **** * protocol, but will only support specific devices, like ultrasound * rangefinders or servos) - * TODO: add "pinMode all 0/1" command - * TODO: try using PIND to get all digitalIns at once * TODO: use Program Control to load stored profiles from EEPROM */ --- 48,51 ----