Add initial project structure and implement async main for Pico W

This commit is contained in:
2026-06-04 14:46:22 -05:00
parent 688e5b404b
commit b1d9594b25
15 changed files with 79 additions and 9 deletions
+4
View File
@@ -0,0 +1,4 @@
#![no_std]
// Logic and hardware-independent code goes here.
// This allows you to run `cargo test` on your host machine.