Files
tactility/Tactility/Include/Tactility/app/gpssettings/GpsSettings.h
T
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

7 lines
64 B
C++

#pragma once
namespace tt::app::gpssettings {
void start();
}