1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-01 12:24:14 +01:00
Arduino/hardware/arduino
Chris--A 7857216e69 This adds control of Stream::parseInt/float lookahead.
Its default is SKIP_ALL which reflects previous versions.
However SKIP_NONE, and SKIP_WHITESPACE can refine this behaviour.

A parameter used in the protected overloads of parseInt/Float has been
changed from `skipChar` to `ignore`.
2015-11-23 15:46:24 -05:00
..
avr This adds control of Stream::parseInt/float lookahead. 2015-11-23 15:46:24 -05:00
sam This adds control of Stream::parseInt/float lookahead. 2015-11-23 15:46:24 -05:00