Implement GPS module: add GPS_Init, GPS_Read, and GPS_Data functions; update includes and fix MQ7 references
This commit is contained in:
4
hardware/.vscode/settings.json
vendored
4
hardware/.vscode/settings.json
vendored
@@ -7,7 +7,9 @@
|
||||
"functional": "cpp",
|
||||
"tuple": "cpp",
|
||||
"utility": "cpp",
|
||||
"bmp280.h": "c"
|
||||
"bmp280.h": "c",
|
||||
"random": "cpp",
|
||||
"sstream": "cpp"
|
||||
},
|
||||
"github.copilot.enable": {
|
||||
"*": false,
|
||||
|
||||
Reference in New Issue
Block a user