Add initial project structure and implement async main for Pico W

This commit is contained in:
2026-06-04 15:03:39 -05:00
parent b1d9594b25
commit 1a795f9edc
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -2,8 +2,8 @@
#![no_main]
use defmt_rtt as _;
use panic_probe as _;
use embassy_executor::Spawner;
use panic_probe as _;
#[embassy_executor::main]
async fn main(_spawner: Spawner) {