2026-07-24 12:05:48 +02:00

13 lines
280 B
C

// SPDX-License-Identifier: Apache-2.0
#pragma once
#include <tactility/drivers/gps.h>
struct Device;
/**
* Attempts to auto-detect the GPS/GNSS chipset connected via uart.
* @return GPS_MODEL_UNKNOWN when no supported chipset responded
*/
GpsModel gps_probe(Device* uart);