Refactor sensor data handling: update sensor read functions to return structured data and improve timer management in main loop
This commit is contained in:
5
hardware/.vscode/settings.json
vendored
5
hardware/.vscode/settings.json
vendored
@@ -14,10 +14,11 @@
|
||||
"unordered_set": "cpp",
|
||||
"vector": "cpp",
|
||||
"string_view": "cpp",
|
||||
"initializer_list": "cpp"
|
||||
"initializer_list": "cpp",
|
||||
"system_error": "cpp"
|
||||
},
|
||||
"github.copilot.enable": {
|
||||
"*": false,
|
||||
"*": true,
|
||||
"plaintext": false,
|
||||
"markdown": false,
|
||||
"scminput": false,
|
||||
|
||||
Reference in New Issue
Block a user