1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-02 13:24:12 +01:00
Commit Graph

21 Commits

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