Subversion Repositories NaviCtrl

Rev

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

Rev 49 Rev 111
Line 12... Line 12...
12
 
12
 
13
 
13
 
14
void UART0_Init (void);
14
void UART0_Init (void);
15
void UART0_Connect_to_MKGPS(void);
15
void UART0_Connect_to_MKGPS(void);
16
void UART0_Connect_to_MK3MAG(void);
16
void UART0_Connect_to_MK3MAG(void);
Line 17... Line 17...
17
void SendOutData0(u8 cmd, u8 Address, u8 numofbuffers , ...); //u8 *data, u8 len, ....
17
void UART0_TransmitTxData(void);