both boards compile and send/receive example data using new templates in common uart code common/uart_common.hpp
11 lines
145 B
C++
11 lines
145 B
C++
#pragma once
|
|
|
|
#include "uart_common.hpp"
|
|
|
|
void uart_task_testing(void *arg);
|
|
void task_uartReceive(void *arg);
|
|
void task_uartSend(void *arg);
|
|
|
|
|
|
|