13 lines
180 B
C
13 lines
180 B
C
|
#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
|