Pls help me stop a RGB led loop

i did a rainbow thig on a single RGB led and i dont know how to stop it.....
Pls help!

Unplug it

3 Likes

Yep in line 10 of your code it says press and hold the reset while you pull the plug (J-M-L Jackson). When you get tired of holding the button read the forum guidelines and post your code and schematic accordingly. Guidelines: How to get the best out of this forum

To unload that sketch from your Arduino, simply upload a blank sketch to your Arduino.

void setup() {
  // put your setup code here, to run once:
}

void loop() {
  // put your main code here, to run repeatedly:
}

Don't feed the troll!

Load the original blink sketch to know your Arduino is working.

Ask DAN...

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.