raw led blinking

This commit is contained in:
Priec
2025-12-04 11:36:53 +01:00
parent 0b8bf041c9
commit 86fbd00c53
7 changed files with 287 additions and 0 deletions

11
scheduler/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "scheduler"
version = "0.1.0"
edition = "2024"
[dependencies]
cortex-m = "0.7.7"
cortex-m-rt = "0.7.3"
embedded-hal = "1.0.0"
panic-halt = "0.2.0"
tm4c123x-hal = { version = "0.10.1", features = ["rt"] }