1
0

Implement GPS module: add GPS_Init, GPS_Read, and GPS_Data functions; update includes and fix MQ7 references

This commit is contained in:
PinkyFlowy
2025-04-12 13:13:04 +02:00
parent 63fda936bb
commit 42ad7f7ac9
8 changed files with 79 additions and 50 deletions

View File

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