Skip to content

Commit 05dccd2

Browse files
committed
Fixed description according to #4260
1 parent 26e25a4 commit 05dccd2

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

Diff for: build/shared/examples/04.Communication/ReadASCIIString/ReadASCIIString.ino

+8-5
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,17 @@
55
It looks for an ASCII string of comma-separated values.
66
It parses them into ints, and uses those to fade an RGB LED.
77
8-
Circuit: Common-anode RGB LED wired like so:
9-
* Red cathode: digital pin 3
10-
* Green cathode: digital pin 5
11-
* blue cathode: digital pin 6
12-
* anode: +5V
8+
Circuit: Common-athode RGB LED wired like so:
9+
* Red anode: digital pin 3
10+
* Green anode: digital pin 5
11+
* Blue anode: digital pin 6
12+
* Cathode : GND
1313
1414
created 13 Apr 2012
1515
by Tom Igoe
16+
17+
modified 14 Mar 2016
18+
by Arturo Guadalupi
1619
1720
This example code is in the public domain.
1821
*/

0 commit comments

Comments
 (0)