1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-03-03 00:29:21 +01:00

22 Commits

Author SHA1 Message Date
Arturo Guadalupi
9eaea4205d Modified reference to Leonardo only in the examples
According to  removed the reference to Leonardo only in while(!Serial) of the examples.
Changed in in "wait for serial port to connect. Needed for native USB port only"
2015-09-21 14:58:58 +02:00
Arturo Guadalupi
33b67c0391 Removed StringToIntRGB example
like discussed in 
2015-09-03 14:26:37 +02:00
Federico Fissore
5e98cd8528 Examples: mass code format. See example_formatter.conf 2015-07-06 15:19:05 +02:00
Arturo Guadalupi
c28fb7acd4 Added float example to StringConstructor
This example has been added according to 
2015-06-01 09:50:51 +02:00
Federico Fissore
9166828bfe Due to website configuration changes, every url starting with http://arduino.cc has been changed to http://www.arduino.cc. Fixes 2015-05-20 17:10:06 +02:00
Federico Fissore
d87f0faf11 Examples: adding description, layout and schematics 2015-05-04 16:49:10 +02:00
Cristian Maglie
06d75a4fa6 Merge branch 'master' into ide-1.5.x 2014-04-07 19:14:13 +02:00
Cristian Maglie
9c7e3ab4c3 Fixed example StringStartsWithEndsWith.ino 2014-04-07 19:07:49 +02:00
Federico Fissore
f3ca136cd9 Removed useless hidden files
Updated .gitignore
Closes 
2014-02-27 14:21:48 +01:00
Cristian Maglie
7902fc2591 Fixed non working example: StringStartsWithEndsWith.ino 2013-11-18 10:29:10 +01:00
Federico Fissore
b4c68b3dff Run new astyle formatter against all the examples 2013-10-21 09:58:40 +02:00
Scott Howard
a309364fb8 typo in StringLength.ino fixes 2012-12-05 13:25:37 -05:00
Fede85
a21c4e153f review of typos a and small errors in some examples 2012-10-18 19:03:25 +02:00
Cristian Maglie
a8f74c89d0 Fixed StringCharacters example 2012-08-06 12:03:04 +02:00
Cristian Maglie
d035d3b32c Fixed StringLength example 2012-06-26 01:01:52 +02:00
Tom Igoe
bde00b9be9 Added delays to some serial examples to avoid crashing the serial monitor. 2012-04-09 10:48:40 -04:00
Federico Vanzati
412f261e41 Corretions and refinements to the String examples 2012-04-06 20:00:31 +02:00
Federico Vanzati
383ac95f3e Corretions and refinements to the String examples 2012-04-06 12:59:54 +02:00
Tom Igoe
202bb102a0 Updated all serial in setup examples with a note about the serial check 2012-04-02 11:11:46 -04:00
Tom Igoe
a631e4f834 Added Serial port check to all examples using Serial statements in the setup 2012-04-02 09:07:58 -04:00
Zach Eveland
ae5d5c0c00 modified StringSubstring example to add gating on port readiness 2012-04-01 12:59:00 -04:00
Tom Igoe
f5093b064a Renumbered examples 2012-03-19 19:44:06 -04:00