|
GPS Device
|
Common initialization implementation file. More...
#include "init.h"#include "err.h"#include "log.h"#include "arm_cortex_m4_systick.h"#include "neo6.h"#include "stm32f401re_rtc.h"
Go to the source code of this file.
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. | |
Common initialization implementation file.
Definition in file init.c.