Browse Source

update Toaster.h

Tobias Müller 4 months ago
parent
commit
75a836e69d
1 changed files with 2 additions and 2 deletions
  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