Ken Van Hoeylandt f086465294 Work in progress
2026-07-25 01:37:53 +02:00

12 lines
229 B
C

// SPDX-License-Identifier: GPL-3.0-or-later
#pragma once
#include <gps/gps.h>
struct Device;
/**
* Sends the init sequence for a specific, already-probed GPS model over uart.
*/
bool gps_init(Device* uart, GpsModel model);