Go to file
Chris--A 507f2ee84a Make protected Stream::parseInt/Float overloads public.
Stream::parseInt & Stream::parseFloat previously had protected
overloads which allowed skipping a custom character. This commit
brings this feature to the public interface.

To keep the public API simpler, the single paramter overload remains
protected. However its functionality is available in the public
interface using the two parameter overload.
2015-11-23 15:46:24 -05:00
bootloaders Added support to Genuino boards (drivers, boards.txt entries, bootloaders) 2015-08-27 10:40:03 +02:00
cores/arduino Make protected Stream::parseInt/Float overloads public. 2015-11-23 15:46:24 -05:00
firmwares Added support to Genuino boards (drivers, boards.txt entries, bootloaders) 2015-08-27 10:40:03 +02:00
libraries SoftwareSerial: fix flush() behaviour 2015-11-11 16:28:48 +01:00
variants Added defines for gemma 2015-11-17 15:04:11 +01:00
boards.txt Added support to Genuino boards (drivers, boards.txt entries, bootloaders) 2015-08-27 10:40:03 +02:00
platform.txt Modified AVR preproc recipe to match the one used by arduino-builder 2015-11-18 09:34:33 +01:00
programmers.txt Support the Atmel STK500 development board for ISP 2015-06-05 18:43:25 +02:00