Initial revision fan control via sysfs and PWM

This commit is contained in:
2025-11-13 00:47:47 +01:00
parent fb21f1cda1
commit aae371b330
6 changed files with 1477 additions and 0 deletions

18
fancontrol/Cargo.toml Normal file
View File

@@ -0,0 +1,18 @@
[package]
name = "fancontrol"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "amd_gpu_control"
path = "src/main.rs"
[dependencies]
config = "0.14"
toml = "0.5"
tempdir = "0.3"
serde = { version = "1.0", features = ["derive"] }
#tokio = { version = "1", features = ["full"] }
chrono = "0.4"
signal-hook = "0.3"