1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-30 19:52:13 +01:00

Merge pull request #4690 from PaoloP74/patch-1

Fix typo in ReadASCIIString.ino
This commit is contained in:
Arturo Guadalupi 2016-03-14 13:56:52 +01:00
commit afaea11368

View File

@ -5,7 +5,7 @@
It looks for an ASCII string of comma-separated values. It looks for an ASCII string of comma-separated values.
It parses them into ints, and uses those to fade an RGB LED. It parses them into ints, and uses those to fade an RGB LED.
Circuit: Common-athode RGB LED wired like so: Circuit: Common-Cathode RGB LED wired like so:
* Red anode: digital pin 3 * Red anode: digital pin 3
* Green anode: digital pin 5 * Green anode: digital pin 5
* Blue anode: digital pin 6 * Blue anode: digital pin 6