erster lauffähiger Versuch.

This commit is contained in:
2026-01-06 11:22:11 +01:00
parent adc9591aa7
commit 5278985170
3 changed files with 32 additions and 0 deletions

10
pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[project]
name = "dht22"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"adafruit-circuitpython-dht>=4.0.10",
"lgpio>=0.2.2.0",
]