From 80909cdb533f99fd3823de80fe6255c01eeccc50 Mon Sep 17 00:00:00 2001 From: Friedrich Beckmann Date: Sat, 31 May 2025 12:22:36 +0200 Subject: first blinky working --- Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..6ea7014 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "picofirst" +version = "0.1.0" +edition = "2024" + +[dependencies] +cortex-m = "0.7.7" +cortex-m-rt = "0.7.5" +embedded-hal = "1.0.0" +panic-halt = "1.0.0" +rp-pico = "0.9.0" -- cgit v1.2.3