Initial commit

This commit is contained in:
2026-06-17 07:11:08 +02:00
commit 5075e5f87b
19 changed files with 2239 additions and 0 deletions

2
reboot.py Normal file
View File

@@ -0,0 +1,2 @@
import machine
machine.reset()