Initial project for reptile feeder

Open multiple boxes to release crickets using 16 channel controller from
ESP
This commit is contained in:
2025-10-10 12:39:01 +11:00
commit 1a96ce7fd3
3 changed files with 211 additions and 0 deletions

20
.gitignore vendored Normal file
View File

@@ -0,0 +1,20 @@
# PlatformIO
.pio
.vscode
# Build artifacts
*.o
*.a
*.so
*.elf
*.bin
*.hex
*.map
*.d
# Other
*.pyc
*.pyo
__pycache__/
.DS_Store
Thumbs.db