1
0

update pins

This commit is contained in:
2025-06-29 22:38:17 +00:00
parent cc1170a4d1
commit ce27e252a5

View File

@@ -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)