14 lines
171 B
C
14 lines
171 B
C
![]() |
/*
|
|||
|
* uart.h
|
|||
|
*
|
|||
|
* Created on: 2020<EFBFBD><EFBFBD>11<EFBFBD><EFBFBD>18<EFBFBD><EFBFBD>
|
|||
|
* Author: Administrator
|
|||
|
*/
|
|||
|
|
|||
|
#ifndef UART_H_
|
|||
|
#define UART_H_
|
|||
|
void u1_printf(char* fmt,...);
|
|||
|
|
|||
|
|
|||
|
#endif /* UART_H_ */
|