First commit and Init

This commit is contained in:
2026-03-23 18:05:52 +01:00
commit ef74514a1c
7 changed files with 83 additions and 0 deletions

23
.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
# Build
build/
# VS Code
.vscode/
# CMake
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
# Compiled output
*.uf2
*.elf
*.bin
*.hex
*.map
*.dis
# Python cache (pico sdk tools)
__pycache__/
*.pyc