mirror of
https://github.com/adrcs/ip400.git
synced 2025-04-20 18:53:43 +03:00
Updated to Rev 04b
This commit is contained in:
parent
3b7d1e5993
commit
b144634601
|
@ -57,5 +57,6 @@ void USART_Print_string(char *format, ...);
|
||||||
void LPUART_RxBuffer_reset(void);
|
void LPUART_RxBuffer_reset(void);
|
||||||
size_t gpsbuffer_bytesInBuffer(void);
|
size_t gpsbuffer_bytesInBuffer(void);
|
||||||
DATA_ELEMENT gpsbuffer_get(UART_TIMEOUT_T timeout);
|
DATA_ELEMENT gpsbuffer_get(UART_TIMEOUT_T timeout);
|
||||||
|
void LPUART_Send_String(char *str, uint16_t len);
|
||||||
|
|
||||||
#endif /* INC_USART_H_ */
|
#endif /* INC_USART_H_ */
|
||||||
|
|
|
@ -29,6 +29,9 @@ int ascii2Dec(char *dec);
|
||||||
// and its double counterpart...
|
// and its double counterpart...
|
||||||
double ascii2double(char *val);
|
double ascii2double(char *val);
|
||||||
|
|
||||||
|
// hex to ascii
|
||||||
|
void hex2ascii(uint8_t hex, char *buf);
|
||||||
|
|
||||||
// check an entry for floating point
|
// check an entry for floating point
|
||||||
BOOL isfloat(char *val);
|
BOOL isfloat(char *val);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue