Fix typos in .txt files included with built-in examples

This commit is contained in:
per1234 2017-07-12 11:29:47 -07:00 committed by Cristian Maglie
parent a71b40351f
commit e57c9625cf
14 changed files with 14 additions and 14 deletions

View File

@ -1 +1 @@
Demonstrates the use of analog output to fade an LED.
Demonstrates the use of analogWrite() to fade an LED.

View File

@ -1 +1 @@
Controlling multiple LEDs with a for loop and.
Controlling multiple LEDs with a for loop.

View File

@ -1 +1 @@
Two-axis acceleromoter.
Two-axis accelerometer.

View File

@ -1 +1 @@
Add strings together in a variety of ways.
Add Strings together in a variety of ways.

View File

@ -1 +1 @@
Change the case of a string.
Change the case of a String.

View File

@ -1 +1 @@
Get/set the value of a specific character in a string.
Get/set the value of a specific character in a String.

View File

@ -1 +1 @@
Compare strings alphabetically.
Compare Strings alphabetically.

View File

@ -1 +1 @@
How to initialize string objects.
How to initialize String objects.

View File

@ -1 +1 @@
Look for the first/last instance of a character in a string.
Look for the first/last instance of a character in a String.

View File

@ -1 +1 @@
Get and trim the length of a string.
Examples of how to use length() in a String.

View File

@ -1 +1 @@
Get and trim the length of a string.
Get and trim the length of a String.

View File

@ -1 +1 @@
Replace individual characters in a string.
Replace individual characters in a String.

View File

@ -1 +1 @@
Check which characters/substrings a given string starts or ends with.
Check which characters/substrings a given String starts or ends with.

View File

@ -1 +1 @@
Look for "phrases" within a given string.
Look for "phrases" within a given String.