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
11
extern
Mutex
<
Ccf
<{
12
.rxBufSize = 256,
13
.txBufSize = 256,
14
.maxPktSize = 255,
15
}>> ccf;
ccf.hpp
Top-level interface.
Ccf
Definition
ccf.hpp:77
Mutex
Definition
mutex.hpp:21
mutex.hpp
Simple wrapper around the FreeRTOS mutex.
FreeRTOS-Demo
ccf-config.hpp
Generated by
1.14.0