1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-04 15:24:12 +01:00
Arduino/hardware/arduino/sam
Chris--A 9f8feea8b7 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
..
cores/arduino Make protected Stream::parseInt/Float overloads public. 2015-11-23 15:46:24 -05:00
firmwares/atmega16u2 Added old firmware for Arduino Due USB2Serial (atmega16u2) 2013-02-11 22:18:22 +01:00
libraries Set mode to SPI_CONTINUE for first byte transfer in SPI.transfer16(...) 2015-11-05 10:02:50 -05:00
system implement Wire.end() for SAM core 2015-10-29 16:03:32 -04:00
variants/arduino_due_x Rebuild libsam 2015-10-29 16:03:32 -04:00
boards.txt Disabling uncertified warning, leaving vids/pids 2015-04-27 10:55:16 +02:00
platform.txt Update recipe.ar.pattern in SAM platform to us archive_file_path 2015-11-06 23:57:10 +01:00
programmers.txt Removed unused boards/programmers 2012-08-25 16:31:25 +02:00