Problems with delay()
Often when we first started out learning how to program a microcontroller, we will start out with a project called the blinking LED. It is the hardware version of printing “Hello World” when you are starting out a programming language. Most of the time we will tackle this problem with a function called delay(), or … Read more