Renamed library from usart to uart and wiped example to implement new library

This commit is contained in:
2019-07-27 10:53:23 +02:00
parent 0ec71af448
commit f1de6c3701
10 changed files with 51 additions and 195 deletions

13
.clang-format Normal file
View File

@@ -0,0 +1,13 @@
---
BasedOnStyle: LLVM
ColumnLimit: 120
IndentWidth: 4
TabWidth: 4
UseTab: ForIndentation
AlignEscapedNewlines: DontAlign
AllowShortFunctionsOnASingleLine: Empty
AlwaysBreakTemplateDeclarations: true
BreakBeforeBraces: Custom
BraceWrapping:
AfterFunction: true
...