m05e02 ok, calibration random

This commit is contained in:
hugogogo
2025-03-15 15:49:22 +01:00
parent e33261846b
commit 8365a79837
4 changed files with 31 additions and 27 deletions

12
.vscode/settings.json vendored
View File

@@ -2,16 +2,6 @@
"editor.insertSpaces": false,
"editor.detectIndentation": false,
"files.associations": {
"io.h": "c",
"delay.h": "c",
"interrupt.h": "c",
"timer.h": "c",
"usart.h": "c",
"utils.h": "c",
"bitmanip.h": "c",
"rush_header.h": "c",
"twi.h": "c",
"header.h": "c",
"adc.h": "c"
"header.h": "c"
}
}