board_control currently sends a scruct with incrementing values board_motorctl receives the struct and logs it also test code for sending, receiving and returning single value
6 lines
123 B
C++
6 lines
123 B
C++
|
|
void uart_init(void);
|
|
void uart_task_testing(void *arg);
|
|
void task_uartReceive(void *arg);
|
|
void task_uartSend(void *arg);
|