GPS Device
Loading...
Searching...
No Matches
init.c File Reference

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"
Include dependency graph for init.c:

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.

Detailed Description

Common initialization implementation file.

Author
github.com/Baksi675
Version
0.1
Date
2026-03-21

Definition in file init.c.