Skip to content

Basic work queue

schneider requested to merge schneider/work_queue into master

This implements a basic work queue for background tasks.

It is extremely simple. If we want to we can extend it later (e.g. more workers).

Also moves the periodic light sensor ADC reading from a timer context to the work queue.

Merge request reports