micro_climate/Drivers/Shell/shell_uart.h

13 lines
180 B
C
Raw Permalink Normal View History

2024-07-05 03:52:43 +00:00
#ifndef SHELL_UART_H
#define SHELL_UART_H
#include "uart_dev.h"
#include <yfuns.h>
//<2F><><EFBFBD><EFBFBD>һ<EFBFBD><D2BB><EFBFBD>ַ<EFBFBD>
void dev_uart_out_char(char c);
//<2F><>ȡһ<C8A1><D2BB><EFBFBD>ַ<EFBFBD>
char dev_uart_in_char();
#endif