headers and comments for module02

This commit is contained in:
hugo LAMY
2025-03-08 22:41:36 +01:00
parent d91524b14a
commit e63951591c
29 changed files with 592 additions and 518 deletions

View File

@@ -2,6 +2,9 @@
"files.associations": {
"io.h": "c",
"delay.h": "c",
"interrupt.h": "c"
"interrupt.h": "c",
"timer.h": "c",
"usart.h": "c",
"utils.h": "c"
}
}