Files

6 lines
89 B
C
Raw Permalink Normal View History

#ifndef __UART_H
#define __UART_H
void uart1_init(void); //115200bps@11.0592MHz
#endif