minimacplus/firmware/components/tme/network/localtalk.h

10 lines
182 B
C
Raw Normal View History

#ifndef LOCALTALK_H
#define LOCALTALK_H
void localtalkSend(uint8_t *data, int len);
2017-10-17 13:43:20 +00:00
void localtalkInit();
void localtalkTick();
void localtalk_send_llap_resp(uint8_t node);
#endif