Initial commit

This commit is contained in:
2025-11-16 15:08:26 +01:00
commit a2bc2232c0
8 changed files with 1467 additions and 0 deletions

21
Cargo.toml Normal file
View File

@@ -0,0 +1,21 @@
[package]
name = "picorom-rs"
version = "0.1.0"
edition = "2024"
[[bin]]
name = "picorom-rs"
test = false
bench = false
[dependencies]
cortex-m = "0.7"
cortex-m-rt = "0.7"
panic-probe = { version = "1.0", features = ["print-defmt", "defmt-error"] }
rp-pico = "0.9"
embedded-hal = "1.0"
pio = "0.2"
pio-proc = "0.2"
defmt = "1.0"
defmt-rtt = "1.1"