NonBlockingSequence

Device Control

Allows Arduino programmer to create sequence of actions and pauses without blocing the thread.
Each Sequence is constructed form: boolean return functions, or time pauses. Each function run until it returns true. The functions can be a calss member function. Each Pause is specified by time in millis.

Author: Ahmde Yousry

Maintainer: Ahmde Yousry

Read the documentation

Compatibility

This library is compatible with all architectures so you should be able to use it on all the Arduino boards.

Releases

To use this library, open the Library Manager in the Arduino IDE and install it from there.