Initial commit: Minecraft Orb project
ESP32-C3 firmware for interactive treasure hunt device with RFID, OLED display, LED effects, buzzer, and touch input. Includes 3D printable STL files for the enclosure. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
commit
28c36c51f6
36 changed files with 2733 additions and 0 deletions
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# PlatformIO
|
||||
firmware/.pio/
|
||||
|
||||
# Secrets
|
||||
firmware/include/secrets.h
|
||||
|
||||
# Generated gcode files
|
||||
*.gcode
|
||||
|
||||
# Claude Code
|
||||
.claude/
|
||||
tasks/
|
||||
Loading…
Add table
Add a link
Reference in a new issue