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...
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...