summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohnnyr <thehdesk@gmail.com>2010-11-10 11:24:16 -0800
committerjohnnyr <thehdesk@gmail.com>2010-11-10 11:24:16 -0800
commit1931376e4c20756c065de8e3048dc282b4adca0d (patch)
tree0d7459059e9c213faec65ff29da51479f15ccb71
parent38afe46c0bf866547f1751f25912c28b4eb9a2e5 (diff)
Changed Heater and Fan pins for v1.1
-rw-r--r--Tonokip_Firmware/pins.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/Tonokip_Firmware/pins.h b/Tonokip_Firmware/pins.h
index 9d54538..65ac6a1 100644
--- a/Tonokip_Firmware/pins.h
+++ b/Tonokip_Firmware/pins.h
@@ -220,11 +220,16 @@
#define E_ENABLE_PIN 30
#define LED_PIN 13
-#define FAN_PIN -1
+
+//#define FAN_PIN 11 // UNCOMMENT THIS LINE FOR V1.0
+#define FAN_PIN 9 // THIS LINE FOR V1.1
+
#define PS_ON_PIN -1
#define KILL_PIN -1
-#define HEATER_0_PIN 12
+//#define HEATER_0_PIN 12 // UNCOMMENT THIS LINE FOR V1.0
+#define HEATER_0_PIN 10 // THIS LINE FOR V1.1
+
#define TEMP_0_PIN 2 // MUST USE ANALOG INPUT NUMBERING NOT DIGITAL OUTPUT NUMBERING!!!!!!!!!