Control of mbed using OSC. Based on code from the Make Controller. Right now you can turn the onboard LEDs on/off and toggle 8 digital out pins. More I/O will be done in the future.
api_msg_msg Struct Reference
This struct includes everything that is necessary to execute a function for a netconn in another thread context (mainly used to process netconns in the tcpip_thread context to be thread safe). More...
#include <api_msg.h>
Data Fields | |
| struct netconn * | conn |
| The netconn which to process - always needed: it includes the semaphore which is used to block the application thread until the function finished. | |
| struct netbuf * | b |
| used for do_send | |
Detailed Description
This struct includes everything that is necessary to execute a function for a netconn in another thread context (mainly used to process netconns in the tcpip_thread context to be thread safe).
Definition at line 57 of file api_msg.h.
Field Documentation
Generated on Wed Jul 13 2022 01:51:45 by
1.7.2