RPiPico-Holonome2023/.vscode/settings.json

11 lines
230 B
JSON
Raw Normal View History

{
"files.associations": {
"timer.h": "c",
"localisation.h": "c",
"math.h": "c",
2023-04-01 13:29:54 +00:00
"strategie.h": "c",
"trajectoire.h": "c",
"trajet.h": "c",
"asser_position.h": "c"
}
}