Merge pull request #3702 from thinkyhead/rc_sensitive_fan_pins

Remove need to define unused pins as -1 in pins files
This commit is contained in:
Scott Lahteine
2016-05-14 15:49:22 -07:00
38 changed files with 173 additions and 445 deletions

View File

@ -62,22 +62,7 @@
#define HEATER_0_PIN 16
#define TEMP_0_PIN 0
#define FAN_PIN -1
// bed pins
#define HEATER_BED_PIN -1
#define TEMP_BED_PIN -1
#define SDSS -1
#define SDPOWER -1
#define LED_PIN -1
// pin for controlling the PSU.
#define PS_ON_PIN 14 // Alex, Do this work on the card?
// Alex extras from Gen3+
#define KILL_PIN -1
#define TEMP_1_PIN -1
#define TEMP_2_PIN -1
#define HEATER_2_PIN -1