Comms CCF
This is a simple communication layer based on COBS, CBOR and FNV-1A
Loading...
Searching...
No Matches
ccf-uart0.h
Go to the documentation of this file.
1
5
#pragma once
6
7
#ifdef __cplusplus
8
extern
"C"
9
{
10
#endif
11
13
void
commsCcfTxAvailable
();
14
15
void
commsCcfUartIsr();
16
17
#ifdef __cplusplus
18
};
19
#endif
commsCcfTxAvailable
void commsCcfTxAvailable()
Call this from an application context, when there is data to send.
Definition
ccf-uart0.cpp:85
FreeRTOS-Demo
ccf-uart0.h
Generated by
1.14.0