blink example

This commit is contained in:
2023-02-24 19:38:04 +03:00
commit b12135c779
3 changed files with 69 additions and 0 deletions

16
.editorconfig Normal file
View File

@@ -0,0 +1,16 @@
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[{*.c,*.ino,*.h}]
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = false