usart2.h 132 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 #ifndef __USART2_H #define __USART2_H #include "sys.h" void usart2_Init(u32 bound); void usart2_senddata(u8 len,u8 *buf); #endif