Okay, so in the last lesson, we learned to use a pushbutton to have our LEDs start blinking. The code used the delay(int millisecondsToWait) function to create the blinking effect. However, I noticed that when the button was released, the way the code was written, the delay for HIGH and…
blink
-
-
In our last lesson, we set up three LEDs and wrote code to blink them on and off, using variables to represent the different digital pins. We basically copied and pasted the code in order to blink an LED the number of times we wanted. Today, we are going to…
-
In my last post we recreated the simple Blink program from Arduino using the built-in LED on the board. The program simply turned the LED on for one second and then off for a second. Today we will add three LEDs to the breadboard, along with resistors to keep the…
-
Hi guys, I’m back after a loooonnng break from the blog. I’m sitting here on self-quarantine during the coronavirus pandemic of 2020 and thought, dang, I’d like to get the Maker Daddy blog up and running again. So, here I am. It’s been so long since I’ve played with the…