itsanjan / arduino

Automatically exported from code.google.com/p/arduino
Other
0 stars 0 forks source link

Stream parseInt() and parseFloat() functions should have an option to not search ahead. #630

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'd like to add a parameter to these functions (or some other method) that 
tells them not to skip ahead in the stream data to find the next number.  
Ideally, there should be three options: don't skip anything, only skip 
whitespace, and skip anything.  Maybe SKIP_NONE, SKIP_ALL, SKIP_NONE.

Original issue reported on code.google.com by dmel...@gmail.com on 8 Sep 2011 at 6:45

GoogleCodeExporter commented 9 years ago

Original comment by dmel...@gmail.com on 16 Dec 2011 at 10:08