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
8extern "C"
9{
10#endif
11
14
15void commsCcfUartIsr();
16
17#ifdef __cplusplus
18};
19#endif
void commsCcfTxAvailable()
Call this from an application context, when there is data to send.
Definition ccf-uart0.cpp:85