Perhaps one of the most common modules in an Arduino starter kit, the RGB LED lets you create all sorts of colors with just four pins from the Arduino. This tutorial demonstrates two ways to use this ...
The code for this project is written in the Arduino programming language (based on C/C++). It uses the digitalWrite() function to control the state of the LEDs connected to the Arduino pins. The ...