Explorar el Código

update Toaster.h

Tobias Müller hace 5 meses
padre
commit
75a836e69d
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      include/Toaster.h

+ 2 - 2
include/Toaster.h

@@ -10,11 +10,11 @@
 //////////                Definierte Symbole                //////////
 #define MAGNET_PIN 11
 #define TEMPSENSOR_PIN 6
-#define HEATER_DUTYCYCLE_PIN A1
+#define HEATER_POT_PIN A1
 #define HEATER_PIN 3
 #define LED_PIN 5
 #define STOP_PIN 2
-#define TIMER_PIN A0
+#define TIMER_POT_PIN A0
 
 #define MAX_TIME 360000
 #define BAUDRATE 9600