Cleanup pins files, fixup analogtodigitalpin, etc.

This commit is contained in:
Scott Lahteine
2016-05-07 18:41:20 -07:00
parent d7819298ca
commit 5ca6334fd2
38 changed files with 173 additions and 445 deletions

View File

@@ -63,7 +63,6 @@
#define E1_DIR_PIN 27
#define E1_ENABLE_PIN 25
#define SDPOWER -1
#define SDSS 53
#define LED_PIN 13
@@ -72,12 +71,9 @@
#define FAN2_PIN 36
#define FAN_SOFT_PWM
#define CONTROLLERFAN_PIN FAN2_PIN
#define PS_ON_PIN -1
#define KILL_PIN -1
#define HEATER_0_PIN 29 // EXTRUDER 1
#define HEATER_1_PIN 34 // EXTRUDER 2
#define HEATER_2_PIN -1
#if TEMP_SENSOR_0 == -1
#define TEMP_0_PIN 4 // ANALOG NUMBERING
@@ -85,7 +81,6 @@
#define TEMP_0_PIN 0 // ANALOG NUMBERING
#endif
#if TEMP_SENSOR_1 == -1
#define TEMP_1_PIN 5 // ANALOG NUMBERING
#else