convert usart.c to cpp class

This commit is contained in:
2024-12-16 11:36:03 +01:00
parent e27ae40884
commit 7b7e783d68
8 changed files with 55 additions and 153 deletions

4
.editorconfig Normal file
View File

@@ -0,0 +1,4 @@
charset = utf-8
[*.{c,h,cpp,hpp}]
indent_style = space
indent_size = 4