I uploaded a new video to demonstrate the task scheduler in action. In this example I am driving two servo motors, two LEDs and a print-out to the serial port. You will find more details on how to use the task scheduler on my previous post. The code is available for download from my...
A Simple Arduino Task Scheduler (1)
My motivation to write a task scheduler framework is to help me faster develop new Arduino projects. In most projects, we repeat the same tasks over and over before getting to play with the new stuff. You can jump into the code right now by downloading it from my github account at: https://github.com/pchretien/scheduler. ITask...