Skip to content

Simple thread safe event queue implementation for arduino.

License

Notifications You must be signed in to change notification settings

abrox/eventqueue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eventqueue

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.

Usage

See Example.

Build and run tests in host

Require that You have Unittest++ installed.Tested with Ubuntu 16.04

mkdir buid
cd build
cmake ../```
make
./tests/tests

Documentation

Doxygen can be built with command:

make docs

Similar Projects

About

Simple thread safe event queue implementation for arduino.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published