For this tutorial, you’ll need: 2 x Arduino UNO 4 x Resistor 330E BreadBoard Jumper Wires 4 x Led 5MM 2 x DIP Switch 6 pole Watch this full video: First Version of Code: #define Working 12 #define led1 10 #define led2 9 #define led3 8 int led=0; void setup() […]
Monthly Archives: September 2020
2 posts
For this tutorial, you’ll need: Arduino UNO 6 x Resistor 330E BreadBoard Jumper Wires 6 x Led 5MM Watch this full video: First Version of Code: void setup() { Serial.begin(9600); for (int thisPin = 2; thisPin < 7; thisPin++) { […]