6 lines
89 B
C
6 lines
89 B
C
#ifndef __UART_H
|
|
#define __UART_H
|
|
|
|
void uart1_init(void); //115200bps@11.0592MHz
|
|
|
|
#endif |