How to use millis Instead of Delay
Learning how to use millis instead of delay is a key principle for learning the Arduino platform. The delay() function will cause all code executing on the Arduino to come to a complete halt and it will stay halted until the delay function has completed its delay time. We often refer to the delay() function […]
Arduino Fading an LED
Fading an LED is something you’ll likely use in lot of your projects. It’s a really nice and elegant effect to make the indicators in your projects more pleasing. Parts List of this Project QTY PART/LINK 1X Arduino Uno Arduino Uno 1X USB Type B Cable 1X Solderless Breadboard 1X Jumper Wire Kit 1X LED […]