usart5.h 134 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 #ifndef __USART5_H #define __USART5_H #include "sys.h" void usart5_Init(u32 bound); void usart5_senddata(u8 len,u8 *buf); #endif