1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-30 11:24:12 +01:00
Arduino/hardware
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
..
bootloaders Incorporating ladyada's watchdog timer changes into the bootloader source, but only compiling them in for the Pro and Pro Mini (since Nathan includes them in the bootloader he burns to the board). Added a WATCHDOG_MODS flag to the Makefile to specify that they should be included. Recompiled the pro .hex file to include them. 2008-09-06 22:17:58 +00:00
cores Adding #ifdef guard to WProgram.h to prevent multiple #includes. 2008-09-15 21:09:13 +00:00
libraries Adding #ifdef guard to WProgram.h to prevent multiple #includes. 2008-09-15 21:09:13 +00:00
boards.txt Updated reference to include new libraries. 2008-09-07 11:54:26 +00:00
programmers.txt Improving the preprocessor and parallel programmer. 2008-02-20 02:27:23 +00:00