1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-05 20:46:08 +01:00
Arduino/build/shared/examples/08.Strings
per1234 c5d4e5fc0f Fix comparison between signed and unsigned warning in StringLength example
Fixes:
warning: comparison between signed and unsigned integer expressions
compiler warning.

Closes https://github.com/arduino/Arduino/issues/693 (in conjunction with https://github.com/arduino/Arduino/issues/6448)
2017-07-07 00:32:37 +02:00
..
CharacterAnalysis Modified reference to Leonardo only in the examples 2015-09-21 14:58:58 +02:00
StringAdditionOperator Remove unused variable from StringAdditionOperator example 2017-07-07 00:30:13 +02:00
StringAppendOperator Modified reference to Leonardo only in the examples 2015-09-21 14:58:58 +02:00
StringCaseChanges Modified reference to Leonardo only in the examples 2015-09-21 14:58:58 +02:00
StringCharacters Modified reference to Leonardo only in the examples 2015-09-21 14:58:58 +02:00
StringComparisonOperators Modified reference to Leonardo only in the examples 2015-09-21 14:58:58 +02:00
StringConstructors Modified reference to Leonardo only in the examples 2015-09-21 14:58:58 +02:00
StringIndexOf fix StringIndexOf example logic and wording 2015-11-30 13:23:57 +01:00
StringLength Fix comparison between signed and unsigned warning in StringLength example 2017-07-07 00:32:37 +02:00
StringLengthTrim Modified reference to Leonardo only in the examples 2015-09-21 14:58:58 +02:00
StringReplace Modified reference to Leonardo only in the examples 2015-09-21 14:58:58 +02:00
StringStartsWithEndsWith Modified reference to Leonardo only in the examples 2015-09-21 14:58:58 +02:00
StringSubstring Modified reference to Leonardo only in the examples 2015-09-21 14:58:58 +02:00
StringToInt Modified reference to Leonardo only in the examples 2015-09-21 14:58:58 +02:00