first commit

This commit is contained in:
2026-04-01 10:47:17 +02:00
parent 3e6dcd7200
commit e154348dd7
3 changed files with 190 additions and 0 deletions

12
pyproject.toml Normal file
View File

@@ -0,0 +1,12 @@
[project]
name = "fancontrol"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"gpio>=1.0.1",
"gpiozero>=2.0.1",
"lgpio>=0.2.2.0",
"rpi-gpio>=0.7.1",
]