sim33eau driver source code More...
#include "inc/sim33eau.h"
Functions | |
void | GPS_init () |
GPS Initialize. More... | |
void | GPS_read (uint8_t totalRead) |
GPS read. More... | |
void | GPS_stop () |
GPS stop. More... | |
SysTime | setSysTime (const UTC_TIME *gpsUtcTime) |
Set System Time. More... | |
bool | isSubstring (char *str, char *substr) |
Check if string is a substring. More... | |
uint8_t | str_to_uint8 (char *str) |
String to uint8_t. More... | |
uint16_t | str_to_uint16 (char *str) |
String to uint16_t. More... | |
sim33eau driver source code
void GPS_init | ( | void | ) |
GPS Initialize.
Detailed description starts here
void | No argument |
void GPS_read | ( | uint8_t | totalRead | ) |
GPS read.
Detailed description starts here
totalRead | nth number of lines |
void GPS_stop | ( | void | ) |
GPS stop.
Detailed description starts here
void | No argument |
bool isSubstring | ( | char * | str, |
char * | substr | ||
) |
Check if string is a substring.
Detailed description starts here
str | primary string |
substr | substring |
uint16_t str_to_uint16 | ( | char * | str | ) |
String to uint16_t.
Detailed description starts here
str | string |
uint8_t str_to_uint8 | ( | char * | str | ) |
String to uint8_t.
Detailed description starts here
str | string |