SOS Flasher Using Millis Function with Enable Switch

George Bantique August 24, 2020 No Comments

In this tutorial, you will learn to use the millis() function in creating an S.O.S Morse Code flasher. The advantage in using millis() function over the delay() function is the non-blocking code which means you can manage other inputs and outputs at the same time. CIRCUIT DIAGRAM INSTRUCTION Connect the LED to Arduino Uno A1 […]


Read more SOS Flasher Using Millis Function with Enable Switch