Subversion Repositories NaviCtrl

Rev

Rev 245 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 245 Rev 247
Line 25... Line 25...
25
void UART0_Init (void);
25
void UART0_Init (void);
26
void UART0_Connect_to_MKGPS(u16 Baudrate);
26
void UART0_Connect_to_MKGPS(u16 Baudrate);
27
void UART0_Connect_to_MK3MAG(void);
27
void UART0_Connect_to_MK3MAG(void);
28
void UART0_TransmitTxData(void);
28
void UART0_TransmitTxData(void);
29
void UART0_ProcessRxData(void);
29
void UART0_ProcessRxData(void);
30
void UART0_GetMKOSDVersion(void);
30
u8 UART0_GetMKOSDVersion(void);
-
 
31
u8 UART0_GetUBXVersion(void);
31
u8 UART0_UBXSendCFGMsg(u8 Id, u8* pData, u16 Len);
32
u8 UART0_UBXSendCFGMsg(u8* pData, u16 Len);
Line 32... Line 33...
32
 
33