Initial commit

This commit is contained in:
Electropepper
2018-07-05 22:29:36 +02:00
committed by Gitea
commit a7857e6804
3 changed files with 42 additions and 0 deletions

23
.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
# ---> KiCAD
# For PCBs designed using KiCad: http://www.kicad-pcb.org/
# Temporary files
*.000
*.bak
*.bck
*.kicad_pcb-bak
*~
_autosave-*
*.tmp
# Netlist files (exported from Eeschema)
*.net
# Autorouter files (exported from Pcbnew)
*.dsn
*.ses
# Exported BOM files
*.xml
*.csv

15
LICENSE Normal file

File diff suppressed because one or more lines are too long

4
README.md Normal file
View File

@@ -0,0 +1,4 @@
# LC-1
Liquid controller 1
Controller board for one relay and 3 liquid tank switchs, with WiFi option.