GPS Device
Loading...
Searching...
No Matches
init.h
Go to the documentation of this file.
1
22
28
29#ifndef INIT_H__
30#define INIT_H__
31
32#include "err.h"
33
40
52ERR_te init_log(void);
53
67
84ERR_te init_neo6(void);
85
102ERR_te init_rtc(void);
103
105
106#endif
107
System-wide error code definitions.
ERR_te
Standard return type used by all public API functions.
Definition err.h:35
ERR_te init_log(void)
Initializes the logging subsystem.
Definition init.c:25
ERR_te init_neo6(void)
Initializes the NEO-6 GPS module.
Definition init.c:52
ERR_te init_systick(void)
Initializes the SysTick timer.
Definition init.c:40
ERR_te init_rtc(void)
Initializes the RTC peripheral and sets a default calendar and time.
Definition init.c:72