File ControlLink.hpp
File List > demo-projets > stm32 > include > ControlLink.hpp
Go to the documentation of this file.
#pragma once
#include <stddef.h>
#include <stdint.h>
#include "rbcx.pb.h"
void controlUartInit();
void controlLinkTx(const CoprocStat& outgoing);
bool controlLinkRx(CoprocReq& incoming);
void controlLinkReset();