jonny_jr9 8ef71082dc Add uart test - send and receive struct works
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
2023-08-28 16:35:58 +02:00

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);