Comms CCF
This is a simple communication layer based on COBS, CBOR and FNV-1A
Loading...
Searching...
No Matches
mutex.hpp File Reference

Simple wrapper around the FreeRTOS mutex. More...

#include <FreeRTOS.h>
#include <queue.h>
#include <semphr.h>
#include <assert.h>
#include <optional>
#include <utility>

Go to the source code of this file.

Classes

class  Mutex< T >
class  Guard< T >

Detailed Description

Simple wrapper around the FreeRTOS mutex.