Ken Van Hoeylandt 14e459e50f
GPS implementation (#216)
Implemented basic GPS support:
- GPS HAL
- GPS Service
- GPS Settings app
2025-02-11 23:46:52 +01:00

10 lines
120 B
C++

#pragma once
#include <Tactility/hal/uart/Uart.h>
namespace tt::hal::gps {
bool initGpsDefault(uart_port_t port);
}