Robot_Riombotique/.vscode/settings.json

9 lines
160 B
JSON
Raw Normal View History

2023-10-22 16:48:14 +00:00
{
"files.associations": {
2023-12-16 11:12:55 +00:00
"stdlib.h": "c",
2024-01-09 20:03:50 +00:00
"stdio.h": "c",
"i2c_slave.h": "c",
2025-01-24 18:27:19 +00:00
"i2c.h": "c",
"moteur.h": "c"
2023-10-22 16:48:14 +00:00
}
}