Comms CCF
This is a simple communication layer based on COBS, CBOR and FNV-1A
Loading...
Searching...
No Matches
ccf-config.hpp
Go to the documentation of this file.
1
5#pragma once
6
7#include "mutex.hpp"
8
9#include <ccf.hpp>
10
11extern Mutex<Ccf<{
12 .rxBufSize = 256,
13 .txBufSize = 256,
14 .maxPktSize = 255,
15}>> ccf;
Top-level interface.
Definition ccf.hpp:77
Definition mutex.hpp:21
Simple wrapper around the FreeRTOS mutex.