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 /Cargo.toml | |
parent | 1344cc0ac7e088bafff86d49570c13ef3c455fcc (diff) |
moved project to blinky
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Cargo.toml b/Cargo.toml deleted file mode 100644 index 6ea7014..0000000 --- a/Cargo.toml +++ /dev/null @@ -1,11 +0,0 @@ -[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" |