Skip to content

Commit

Permalink
UPDATE
Browse files Browse the repository at this point in the history
MIT licenced version of AGWS
- code cleanup
- added licence, editorconfig and gitignore files
  • Loading branch information
Blagoja95 committed Sep 5, 2024
1 parent 90664f8 commit d7d5334
Show file tree
Hide file tree
Showing 21 changed files with 736 additions and 1,753 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
root = true

[*]
indent_style = tab
tab_width = 4
trim_trailing_whitespace = true

[*.{md,adoc}]
indent_style = tab
trim_trailing_whitespace = false
42 changes: 42 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
*.elf
*.bin
*.hex
*.eep
*.map

*.o
*.d

/libraries/

*.suo
*.ntvs.*
*.code-workspace
.vscode/

/libraries/*/src/*.om
/libraries/*/src/*.a
/libraries/*/src/*.so
/libraries/*/src/*.dylib
/libraries/*/src/*.dll

/build/

.DS_Store

Thumbs.db

.idea/
*.iml
*.iws

.idea/workspace.xml
.idea/tasks.xml
.idea/dictionaries
.idea/libraries/
.idea/modules.xml
.idea/.name
.idea/description.html
.idea/inspectionProfiles/

out/
7 changes: 0 additions & 7 deletions .vscode/arduino.json

This file was deleted.

Loading

0 comments on commit d7d5334

Please sign in to comment.