Change folder name

This commit is contained in:
2023-09-05 11:24:58 +02:00
parent b509e0469d
commit 5c4cca8179
1008 changed files with 131983 additions and 0 deletions

11
project/.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,11 @@
{
"files.associations": {
"ntp.h": "c",
"stdint.h": "c",
"math.h": "c",
"stdbool.h": "c",
"stdint-gcc.h": "c",
"main.h": "c",
"ds3231.h": "c"
}
}