aboutsummaryrefslogtreecommitdiff
path: root/Pd_firmware/Pd_firmware.pde
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-03-08 05:37:22 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-03-08 05:37:22 +0000
commitc18a8667239600642aa9968dfda74828e4a12f8c (patch)
treeb0e32f06825d6829c73575f7a8520e631e8080b2 /Pd_firmware/Pd_firmware.pde
parent7aa756cc6833a36d27bac43a7c6bd32756c5c33b (diff)
cleaned up for the Pduino 0.3 release
svn path=/trunk/externals/hardware/arduino/; revision=7476
Diffstat (limited to 'Pd_firmware/Pd_firmware.pde')
-rw-r--r--Pd_firmware/Pd_firmware.pde5
1 files changed, 2 insertions, 3 deletions
diff --git a/Pd_firmware/Pd_firmware.pde b/Pd_firmware/Pd_firmware.pde
index e678917..6c196af 100644
--- a/Pd_firmware/Pd_firmware.pde
+++ b/Pd_firmware/Pd_firmware.pde
@@ -32,6 +32,7 @@
*
* @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>
* @date: 2006-05-19
@@ -46,12 +47,10 @@
* TODO: add device type reporting (i.e. some firmwares will use the Firmata
* 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
*/
-/* cvs version: $Id: Pd_firmware.pde,v 1.28 2007-03-06 06:59:43 eighthave Exp $ */
+/* cvs version: $Id: Pd_firmware.pde,v 1.29 2007-03-08 05:37:22 eighthave Exp $ */
/*==============================================================================
* MESSAGE FORMATS