/DIY-RGB-LED_LOGO

Code for using an RGB led with Arduino. The file is written in C++ and saved with the '.ino' file extension.

Primary LanguageC++Apache License 2.0Apache-2.0

RGB Led code for Arduino

The provided code is for using an/a RGB led with Arduino or any other microcontroller.

RGB led connections for arduino

RED_pin to pin 11 on arduino

GREEN_pin to pin 12 on arduino

BLUE_pin to pin 13 on arduino

If you have the led with common anode or negitive terminal, connect it on the 'gnd' on Arduino ('gnd' is the negitive terminal in an Arduino).

If you have the led with the common cathode or postive terminal, connect it to '+5'/'5v' on arduino (it is the positive terminal in an Arduino).