|
GPS Device
|
Functions | |
| ERR_te | init_log (void) |
| Initializes the logging subsystem. | |
| ERR_te | init_systick (void) |
| Initializes the SysTick timer. | |
| ERR_te | init_neo6 (void) |
| Initializes the NEO-6 GPS module. | |
| ERR_te | init_rtc (void) |
| Initializes the RTC peripheral and sets a default calendar and time. | |
| ERR_te init_log | ( | void | ) |
Initializes the logging subsystem.
Definition at line 25 of file init.c.


| ERR_te init_systick | ( | void | ) |
Initializes the SysTick timer.
Definition at line 40 of file init.c.


| ERR_te init_neo6 | ( | void | ) |
Initializes the NEO-6 GPS module.
Definition at line 52 of file init.c.


| ERR_te init_rtc | ( | void | ) |
Initializes the RTC peripheral and sets a default calendar and time.
Definition at line 72 of file init.c.

