MessagesForMacintosh/coprocessorjs.h

13 lines
376 B
C
Raw Normal View History

2021-09-11 06:12:19 +00:00
void setupCoprocessor(char *applicationId, const char *serialDeviceName);
void sendProgramToCoprocessor(char* program, char *output);
void callFunctionOnCoprocessor(char* functionName, char* parameters, char* output);
void callEvalOnCoprocessor(char* toEval, char* output);
void wait(float whatever);
char *strtokm(char *str, const char *delim);
2021-09-11 06:12:19 +00:00
OSErr closeSerialPort();