diff options
author | Friedrich Beckmann <friedrich.beckmann@gmx.de> | 2025-06-01 15:45:33 +0200 |
---|---|---|
committer | Friedrich Beckmann <friedrich.beckmann@gmx.de> | 2025-06-01 15:45:33 +0200 |
commit | 938be013365a9151557b9c4c133d61e697b3a5cc (patch) | |
tree | 4c51acd0b63c7d40ebe76b53ee7cda908206cbfa /blinky/Cargo.toml | |
parent | 1344cc0ac7e088bafff86d49570c13ef3c455fcc (diff) |
moved project to blinky
Diffstat (limited to 'blinky/Cargo.toml')
-rw-r--r-- | blinky/Cargo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/blinky/Cargo.toml b/blinky/Cargo.toml new file mode 100644 index 0000000..6ea7014 --- /dev/null +++ b/blinky/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" |