1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Replacing custom String.toInt() function with a call to atol().

This commit is contained in:
David A. Mellis
2010-12-03 23:12:41 -05:00
parent 4d3b263738
commit 32388c908f
6 changed files with 6 additions and 26 deletions

View File

@ -13,9 +13,6 @@
This example code is in the public domain.
*/
// include the character conversion functions:
#include <WCharacter.h>
String inString = ""; // string to hold input
void setup() {