#include <modm/processing/rtos/mutex.hpp>
Implements a RAII-style locking.
Locks the Mutex when created and unlocks it on destruction.