10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e6095c commit 5ff28afCopy full SHA for 5ff28af
examples/04.Communication/ReadASCIIString/ReadASCIIString.ino
@@ -5,14 +5,17 @@
5
It looks for an ASCII string of comma-separated values.
6
It parses them into ints, and uses those to fade an RGB LED.
7
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
+ Circuit: Common-athode RGB LED wired like so:
+ * Red anode: digital pin 3
+ * Green anode: digital pin 5
+ * Blue anode: digital pin 6
+ * Cathode : GND
13
14
created 13 Apr 2012
15
by Tom Igoe
16
+
17
+ modified 14 Mar 2016
18
+ by Arturo Guadalupi
19
20
This example code is in the public domain.
21
*/
0 commit comments