Go to file
David A. Mellis a5f6e65242 Adding additional String + operators for disambiguation.
The operator bool() means that you could implicitly convert a String to a bool and then add it to it an int, for example.  Which means our operator+ has to match exactly or it will be ambiguous.
2011-03-13 19:31:10 -04:00
bootloaders Fix to optiboot infinite loop problem. 2011-01-15 13:29:08 +00:00
cores/arduino Adding additional String + operators for disambiguation. 2011-03-13 19:31:10 -04:00
firmwares Minor ATmega8U2 firmware update and new .hex files. 2010-12-04 14:28:56 -05:00
pins Factoring pin definitions out of the core. 2011-03-04 21:05:05 -05:00
boards.txt Fixing typo in boards.txt. 2011-03-09 21:22:04 -05:00
programmers.txt Adding Arduino as ISP sketch (firmware) and programmers.txt entry. 2009-11-01 17:00:31 +00:00