Using TaskManagerIO for event driven Arduino programming

preview_player
Показать описание
In this guide we assume little knowledge of TaskManagerIO, we show how to get started by building a working application in stages, explaining each of the new constructs as we go along. It covers scheduling by time, events, interrupts, power saving, and lastly multi-threaded and RTOS access.

Chapters:
0:00 Introduction to task manager IO
0:41 What's wrong with blink anyway?
1:32 Replace blink with tasks
3:04 More about scheduling
4:33 OO scheduling with Executable
5:31 We start building super-blink
8:37 Introduction to polling events
12:14 Interrupts and event processing
14:37 Advanced: low-power and threading
Комментарии
Автор

wow, first person worth reading, paying attention to about arduino programming.
excellent, teaching us how to do it well!

edmilinski