mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-04 15:24:12 +01:00
9f8feea8b7
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. |
||
---|---|---|
.. | ||
cores/arduino | ||
firmwares/atmega16u2 | ||
libraries | ||
system | ||
variants/arduino_due_x | ||
boards.txt | ||
platform.txt | ||
programmers.txt |