RPiPico-Holonome2023/.vscode/settings.json

13 lines
300 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",
"strategie_prise_cerises.h": "c",
"geometrie.h": "c"
}
}