initial commit

This commit is contained in:
2025-05-03 13:38:03 +02:00
commit 2e3e0e316b
10 changed files with 54 additions and 0 deletions

3
boot.py Normal file
View File

@@ -0,0 +1,3 @@
import usb_cdc
usb_cdc.enable(console=True, data=True)