From ce27e252a55e20765f91ff6b14e073de9211cb0f Mon Sep 17 00:00:00 2001 From: floristhebeast Date: Sun, 29 Jun 2025 22:38:17 +0000 Subject: [PATCH] update pins --- dht11.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dht11.py b/dht11.py index 34d7abe..ac8ebc6 100644 --- a/dht11.py +++ b/dht11.py @@ -6,9 +6,9 @@ import http.server import threading import json -sensor = adafruit_dht.DHT11(board.D6) -LED_PIN = 21 -FAN_PIN = 22 +sensor = adafruit_dht.DHT11(board.D31) +LED_PIN = 40 +FAN_PIN = 15 #stel GPIO in (ik hoop dat het werkt. ik kan het niet testen) GPIO.setmode(GPIO.BCM)