Initial commit

This commit is contained in:
Charlotte Gaskell 2025-08-11 11:06:20 +01:00
commit 27677bea7c
Signed by: charlotte
GPG key ID: 8B93BA001088A340
2 changed files with 35 additions and 0 deletions

33
.gitignore vendored Normal file
View file

@ -0,0 +1,33 @@
# For PCBs designed using KiCad: https://www.kicad.org/
# Format documentation: https://kicad.org/help/file-formats/
# Temporary files
*.000
*.bak
*.bck
*.kicad_pcb-bak
*.kicad_sch-bak
*-backups
*.kicad_prl
*.sch-bak
*~
~*.lck
_autosave-*
*.tmp
*-save.pro
*-save.kicad_pcb
fp-info-cache
# Netlist files (exported from Eeschema)
*.net
# Autorouter files (exported from Pcbnew)
*.dsn
*.ses
# Exported BOM files
*.xml
*.csv
# Generated Files Dir
generated/

2
README.md Normal file
View file

@ -0,0 +1,2 @@
# LEDController
## Smart Home Addressable LED Strip Controller