Adicionar primeiro
This commit is contained in:
26
components/serial_mt/include/serial_mt.h
Executable file
26
components/serial_mt/include/serial_mt.h
Executable file
@@ -0,0 +1,26 @@
|
||||
#ifndef SERIAL_MT_H_
|
||||
#define SERIAL_MT_H_
|
||||
|
||||
#include "driver/uart.h"
|
||||
|
||||
/**
|
||||
* @brief Send Data
|
||||
*
|
||||
*/
|
||||
int sendData(const char *data);
|
||||
|
||||
|
||||
/**
|
||||
* @brief Start serial MT
|
||||
*
|
||||
*/
|
||||
void serial_mt_start();
|
||||
|
||||
|
||||
/**
|
||||
* @brief Stop serial MT
|
||||
*
|
||||
*/
|
||||
void serial_mt_stop(void);
|
||||
|
||||
#endif /* SERIAL_MT_H_ */
|
||||
Reference in New Issue
Block a user