The initial goal for this project was to build a project enclosure out of wood. I initially had no idea what project I would do with it. I designed the dimensions so that an Arduino could fit inside the box and allow for some space on top for a shield, some sensors and buttons....
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...