Add micro build

This commit is contained in:
2025-10-16 11:18:44 +04:00
parent 2245ece777
commit e3849ecded
25 changed files with 641 additions and 149 deletions

19
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,19 @@
{
"files.associations": {
"array": "c",
"string_view": "c",
"format": "c",
"initializer_list": "c",
"ranges": "c",
"span": "c",
"micro.h": "c",
"MP6050.C": "cpp",
"MPU6050.C": "cpp",
"mpu6050.h": "c",
"st7789.h": "c",
"i2c_unit_conf.h": "c",
"mpu6050_conf.h": "c",
"i2c_unit.h": "c",
"variant": "c"
}
}