Exercise 1 -1: Make an LED on and off with 3-sec intervals. Video
Exercise 1- 2: Make an LED blink a specific number of times. Video
Exercise 1-3: Make two LEDs in alternate blinks. Video
Exercise 2-1: Make a cloud-based control to blink an LED 3 times. Video
Exercise 2-2: Make a cloud-based control to blink an LED a customized number of times. Video
Exercise 2-3: Make a cloud-based control to blink two LEDs a customized number of times. Video
Based on the instructions on the DioT website, I tried to use the "for" loop to set a specific number of times instead of using multiple HIGH and LOW as the LED output.
I tried multiple times to use the combination of the "for" loop and the "if" condition to set up the program. Yet, it was not successful as the LEDs didn't light up in the way I expected. Fortunately, I figured out the problem, which is the order of the lines of code. Since I shifted the order of digitalWrite() to the lines within each curly bracket under the "if" conditions, I could achieve my intention.
Content Rating
Is this a good/useful/informative piece of content to include in the project? Have your say!
You must login before you can post a comment. .