Add files

This commit is contained in:
2023-08-10 23:00:40 +02:00
commit 9f6219a2cf
35 changed files with 73071 additions and 0 deletions

41
firmware/.gitignore vendored Normal file
View File

@@ -0,0 +1,41 @@
# Created by https://www.toptal.com/developers/gitignore/api/c++
# Edit at https://www.toptal.com/developers/gitignore?templates=c++
### C++ ###
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# End of https://www.toptal.com/developers/gitignore/api/c++
*.jdebug
obj/*