This commit is contained in:
2026-03-30 23:17:08 +02:00
parent 703f7df12f
commit bb566f7da2
9 changed files with 41 additions and 161 deletions

View File

@@ -9,7 +9,7 @@ GPIO.setwarnings(False)
class SystemeThermostat:
def __init__(self):
self.capteur = Adafruit_DHT.DHT11
self.pinDht = 22
self.pinDht = 25
self.boutonPlus = 16
self.boutonMoins = 18