1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-18 07:52:14 +01:00

Update ReadASCIIString.ino

Fix typo.
This commit is contained in:
Paolo P 2016-03-14 12:50:39 +01:00
parent 05dccd2a0e
commit eab75d9f65

View File

@ -5,7 +5,7 @@
It looks for an ASCII string of comma-separated values.
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
* Green anode: digital pin 5
* Blue anode: digital pin 6