1
0

Add GPS functionality: implement GPS_Init, GPS_Read, and GPS coordinate retrieval; update includes and platform dependencies

This commit is contained in:
PinkyFlowy
2025-04-21 18:47:30 +02:00
parent 42ad7f7ac9
commit 9da30e9e79
7 changed files with 105 additions and 48 deletions

View File

@@ -9,7 +9,8 @@
"utility": "cpp",
"bmp280.h": "c",
"random": "cpp",
"sstream": "cpp"
"sstream": "cpp",
"cmath": "cpp"
},
"github.copilot.enable": {
"*": false,