1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00
Commit Graph

20 Commits

Author SHA1 Message Date
35777612c0 Changed all .pde examples to .ino
All examples in /build/shared/examples/ and /libraries/ have had their
extensions changed to .ino
2011-08-30 15:33:32 -04:00
32388c908f Replacing custom String.toInt() function with a call to atol(). 2010-12-03 23:12:41 -05:00
ab8c3fef6e added example for WCharacter.h functions in String examples 2010-11-29 14:56:33 -05:00
d6b457967f added two examples to String examples for String to integer conversion 2010-11-29 13:59:09 -05:00
6628bb061f Corrected an error in StringComparisonOperators example 2010-09-07 18:21:21 +00:00
47d3b65e51 Changed analog references to use new A0 through A5 notation 2010-09-04 19:47:59 +00:00
cbc52cbe3c added example page URLS to String examples 2010-08-11 21:56:28 +00:00
564fd29edd Corrected formatting errors in String examples 2010-08-11 20:27:28 +00:00
50b05cb3cc Corrected formatting errors in String examples 2010-08-11 20:26:17 +00:00
691e9cab36 Corrected formatting errors in String examples 2010-08-11 20:26:10 +00:00
c6a73fa803 Corrected formatting errors in String examples 2010-08-11 20:24:10 +00:00
fb5eb1f3fd Corrected error in variable declaration for example StringLength 2010-08-10 19:33:52 +00:00
77d5919b6d Corrected comments in String examples. 2010-08-01 16:19:08 +00:00
80095dc092 Eliminated whitespace from the end of String examples. 2010-08-01 14:29:01 +00:00
5d97e9ef99 Added String length() example. 2010-08-01 14:18:31 +00:00
81e7814887 added more String examples 2010-07-27 22:59:18 +00:00
570454f178 Added equals() to comparison operator example 2010-07-27 20:09:37 +00:00
8a21cd9e9e Added compareTo() to comparison operator example 2010-07-27 20:02:29 +00:00
dce397c5a4 Removed unfinished example 2010-07-27 19:06:00 +00:00
bc2c88789f Added core String library examples 2010-07-27 19:03:52 +00:00