This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Multiplexed PWM RGB Led Demo | |
| // By Petri Hakkinen | |
| // 24th November 2014 | |
| // | |
| // Arduino Uno driving a single RGB led with only one resistor. | |
| // | |
| // Make the following connections: | |
| // * Connect Arduino pins D2,D3,D3 to anodes of a RGB led. | |
| // * Connect cathode of the RGB led to 330 ohm resistor. | |
| // * Connect the other end of the resistor to ground. |
NewerOlder