minimacplus/components/tme/localtalk.h

7 lines
93 B
C

#ifndef LOCALTALK_H
#define LOCALTALK_H
void localtalkSend(uint8_t *data, int len);
#endif