- Iii Materials 1 X Arduino Uno Board And Usb Cable 4x Leds 4 X 4700 Resistors 1x Breadboard 1x Tact Switch Iv Procedur 1 (36.66 KiB) Viewed 76 times
III. Materials: 1 x Arduino Uno board and USB cable 4x LEDs 4 x 4700 resistors 1x breadboard 1x tact switch IV. Procedur
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
III. Materials: 1 x Arduino Uno board and USB cable 4x LEDs 4 x 4700 resistors 1x breadboard 1x tact switch IV. Procedur
III. Materials: 1 x Arduino Uno board and USB cable 4x LEDs 4 x 4700 resistors 1x breadboard 1x tact switch IV. Procedure: 1. Construct the circuit using the Arduino Uno, Breadboard, LEDs, resistors and tact/toggle switch. 2. Make the program that would perform the dancing LED's when the program recognizes the button press. The program must not execute the light effect until the user hold the button. The dancing LED is composed of 4 LED's that will light up 1 at a time starting from LED1 to LEDA and afterwards from LED4 back to LED1 Repeatedly. Code the program efficiently by using looping functions. 3. Once you are done writing the code, save your file and compile it.