#ifndef GPS_H
#define GPS_H

/* Initialize GPS hardware and GNSS */
int gnss_setup_and_start(void);

void gps_stop(void);

#endif /* GPS_H */