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:
@ -1,8 +1,7 @@
|
||||
/*
|
||||
Character analysis operators
|
||||
|
||||
Examples using the character analysis operators
|
||||
from WCharacter.h, by Hernando Barragan.
|
||||
Examples using the character analysis operators.
|
||||
Send any byte and the sketch will tell you about it.
|
||||
|
||||
created 29 Nov 2010
|
||||
@ -11,8 +10,6 @@
|
||||
This example code is in the public domain.
|
||||
*/
|
||||
|
||||
#include <WCharacter.h> // include the character analysis library
|
||||
|
||||
void setup() {
|
||||
// Open serial communications:
|
||||
Serial.begin(9600);
|
||||
|
Reference in New Issue
Block a user