bluemicro_engine

Timing

Engine to implement a loop in order to decouple the progression of time from user input and processor speed.
A loop runs continuously during run. Each turn of the loop, it processes user input without blocking, updates the state, and renders any outputs. It tracks the passage of time to control the rate of play.

Author: Pierre Constantineau

Maintainer: Pierre Constantineau

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.