mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-30 19:52:13 +01:00
Fix typos in .txt files included with built-in examples
This commit is contained in:
parent
a71b40351f
commit
e57c9625cf
@ -1 +1 @@
|
|||||||
Demonstrates the use of analog output to fade an LED.
|
Demonstrates the use of analogWrite() to fade an LED.
|
@ -1 +1 @@
|
|||||||
Controlling multiple LEDs with a for loop and.
|
Controlling multiple LEDs with a for loop.
|
@ -1 +1 @@
|
|||||||
Two-axis acceleromoter.
|
Two-axis accelerometer.
|
@ -1 +1 @@
|
|||||||
Add strings together in a variety of ways.
|
Add Strings together in a variety of ways.
|
@ -1 +1 @@
|
|||||||
Change the case of a string.
|
Change the case of a String.
|
@ -1 +1 @@
|
|||||||
Get/set the value of a specific character in a string.
|
Get/set the value of a specific character in a String.
|
@ -1 +1 @@
|
|||||||
Compare strings alphabetically.
|
Compare Strings alphabetically.
|
@ -1 +1 @@
|
|||||||
How to initialize string objects.
|
How to initialize String objects.
|
@ -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.
|
@ -1 +1 @@
|
|||||||
Get and trim the length of a string.
|
Examples of how to use length() in a String.
|
@ -1 +1 @@
|
|||||||
Get and trim the length of a string.
|
Get and trim the length of a String.
|
@ -1 +1 @@
|
|||||||
Replace individual characters in a string.
|
Replace individual characters in a String.
|
@ -1 +1 @@
|
|||||||
Check which characters/substrings a given string starts or ends with.
|
Check which characters/substrings a given String starts or ends with.
|
@ -1 +1 @@
|
|||||||
Look for "phrases" within a given string.
|
Look for "phrases" within a given String.
|
Loading…
x
Reference in New Issue
Block a user