Add initial project structure and implement async main for Pico W

This commit is contained in:
2026-06-04 15:16:11 -05:00
parent 7b44d1b0c2
commit 12d2e6931f
+1
View File
@@ -8,6 +8,7 @@ pkgs.mkShell {
pkgs.rustfmt
pkgs.clippy
pkgs.rust-analyzer
pkgs.gnumake
];
shellHook = ''
echo "[shell.nix] Legacy shell for Rust dev. Use 'nix develop' for full flake support."