From 15f51fc1f804a86928448f5a54a2850a291cfc73 Mon Sep 17 00:00:00 2001 From: Tom Igoe Date: Mon, 29 Nov 2010 11:31:00 -0500 Subject: added toInt() function to WString --- cores/arduino/WString.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cores/arduino/WString.h') diff --git a/cores/arduino/WString.h b/cores/arduino/WString.h index fb87c52..cadddb9 100644 --- a/cores/arduino/WString.h +++ b/cores/arduino/WString.h @@ -78,6 +78,7 @@ class String String trim( ) const; void getBytes(unsigned char *buf, unsigned int bufsize); void toCharArray(char *buf, unsigned int bufsize); + long toInt( ); const String& concat( const String &str ); String replace( char oldChar, char newChar ); String replace( const String& match, const String& replace ); -- cgit v1.2.3-18-g5258