Simple thread safe eventqueue implementation for arduino. Motivation for this project was create simple, template based event queue that can be used to handle communication between main loop and interuphandlers in thread safe manner e.g. Timer callback with ESP8266 Ticker.
See Example.
Require that You have Unittest++ installed.Tested with Ubuntu 16.04
mkdir buid
cd build
cmake ../```
make
./tests/tests
Doxygen can be built with command:
make docs