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

@ -60,21 +60,15 @@
#define E0_ENABLE_PIN 13
#define HEATER_0_PIN 15
#define HEATER_1_PIN -1
#define HEATER_2_PIN -1
#define HEATER_BED_PIN 14 // Bed
#define FAN_PIN 16 // Fan, PWM
#define TEMP_0_PIN 2 // Extruder / Analog pin numbering
#define TEMP_1_PIN 1 // Spare / Analog pin numbering
#define TEMP_2_PIN -1
#define TEMP_BED_PIN 0 // Bed / Analog pin numbering
#define SDPOWER -1
#define SDSS 20
#define LED_PIN 19
#define PS_ON_PIN -1
#define KILL_PIN -1
#define SD_DETECT_PIN 12
#if DISABLED(SDSUPPORT)