Implement fan set points

This commit is contained in:
Stephen Horvath
2025-12-25 19:35:33 +10:00
parent 1fc4b94237
commit 2b50f0816f
6 changed files with 113 additions and 30 deletions

View File

@@ -8,7 +8,7 @@ description = "Yet Another Framework Interface"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"cros_ec_python >= 0.2.0",
"cros_ec_python >= 0.3.0",
"PyGObject"
]
classifiers = [