Tutorial library multitasking without delay for Arduino timed events for robots

preview_player
Показать описание
I have programmed a free library for running functions in a multitasking environment for the Arduino. As the Arduino is a single processor, it is not parallel processing, but using the idle time of the processor. I have also incorporated program phases for doing certain jobs. I use it as a timer for robots.
Here is a link to the zip file:

Also, there's an example for using it to debounce a button.
Рекомендации по теме
Комментарии
Автор

Ahaha, excellent library, compact and powerful. It helped me a lot. Thanks bro.

gkasgd
Автор

Wow! Just the module I'll be using for my school project: egg incubator. But I wonder if it will still work for DAYS of use and HOURS?

kakigorimochi
Автор

I have a question. What is a phase, as used by you in your programming?

queenidog