Skip to content

Commit ced1aa1

Browse files
Fixed circuit
Fixed circuit and comments
1 parent 4408118 commit ced1aa1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

content/built-in-examples/04.communication/ReadASCIIString/ReadASCIIString.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -131,15 +131,15 @@ Once you have programmed the board, open your Arduino Software (IDE) serial moni
131131
132132
It parses them into ints, and uses those to fade an RGB LED.
133133
134-
Circuit: Common-Cathode RGB LED wired like so:
134+
Circuit: Common-Anode RGB LED wired like so:
135135
136-
- red anode: digital pin 3
136+
- red cathode: digital pin 3
137137
138-
- green anode: digital pin 5
138+
- green cathode: digital pin 5
139139
140-
- blue anode: digital pin 6
140+
- blue cathode: digital pin 6
141141
142-
- cathode: GND
142+
- Anode: GND
143143
144144
created 13 Apr 2012
145145
Loading

0 commit comments

Comments
 (0)