News

#define redPin 9 // Pin for the red RGB led pin #define greenPin 10 // Pin for the green RGB led pin #define bluePin 11 // Pin for the blue RGB led pin #define potPin_red A2 // declare pin for the ...
Software The Arduino IDE or The PlatformIO extension for Visual Studio Code How to Use an RGB LED Module Using the Digital Method This method only works on Arduino boards with a GND pin next to pin 13 ...
Contextualization In this experiment, you will make an RGB LED controlled by digital pins 11, 10, and 9 (PWM) intermittently light up. The RGB LED has 3 LEDs inside, where pin 11 controls the red LED, ...