Commit Graph

7 Commits

Author SHA1 Message Date
David A. Mellis 362b952a68 Adding #ifdef guard to WProgram.h to prevent multiple #includes.
Removing Print class inheritance from Firmata since it's not clear that it can be implemented in a way that's compatible with the Firmata protocol and the Print class interface.
2008-09-15 21:09:13 +00:00
Hans-Christoph Steiner 236fcbb122 switched up analogRead() loop to use the revamped millis() function rather than the private timer0_overflow_count variable 2008-09-12 16:53:57 +00:00
Hans-Christoph Steiner dea4079d94 Firmata.h now needs to have WProgram.h, since in the sketches WProgram.h has moved from the first include to the last 2008-09-12 16:53:03 +00:00
Hans-Christoph Steiner 8d8b3a3647 copying Firmata-0.4beta2 release into trunk, then I'll adjust it to Arduino-0012 2008-09-12 16:35:07 +00:00
David A. Mellis 6b9d3ddb90 God I hate subversion. 2008-01-22 23:52:02 +00:00
David A. Mellis bd460db6ab Fixing some warnings. 2007-11-21 14:55:09 +00:00
David A. Mellis 7413c79c7d Moving libraries out from inside targets and creating bootloaders directory. 2007-10-06 13:04:46 +00:00