First commit - blinking LED.

This commit is contained in:
2023-01-15 10:23:10 +01:00
parent d3912a92f3
commit d474811745
6 changed files with 114 additions and 1 deletions

18
.editorconfig Normal file
View File

@@ -0,0 +1,18 @@
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
charset = utf-8
[*.sh]
# like -i=2
indent_style = space
indent_size = 2
#shell_variant = posix # like -ln=posix
#binary_next_line = true # like -bn
switch_case_indent = true # like -ci
space_redirects = true # like -sr
#keep_padding = true # like -kp