diff --git a/actuators.py b/actuators.py index cd18f09..57b3071 100644 --- a/actuators.py +++ b/actuators.py @@ -101,4 +101,6 @@ actuators = { wattage=25), 'heater2': PIN(pin=17, initial=GPIO.HIGH, onstate=GPIO.LOW, offstate=GPIO.HIGH, wattage=2000), + 'freezer': PIN(pin=14, initial=GPIO.HIGH, onstate=GPIO.LOW, offstate=GPIO.HIGH, + wattage=165), }