Unify AVR90USB: Pins cleanup

This commit is contained in:
Scott Lahteine
2017-06-08 18:08:03 -05:00
parent 87d8223251
commit 5426fc1735
10 changed files with 211 additions and 207 deletions

View File

@ -96,14 +96,14 @@
// Heaters
//
#define HEATER_0_PIN 4
#define HEATER_BED_PIN 3 // (bed)
#define HEATER_BED_PIN 3 // (bed)
//
// Misc. Functions
//
#define SDSS 31 // SCL pin of I2C header || CS Pin for SD Card support
#define SDSS 31 // SCL pin of I2C header || CS Pin for SD Card support
#define PS_ON_PIN 19
#define CASE_LIGHT_PIN 15 // MUST BE HARDWARE PWM
#define CASE_LIGHT_PIN 15 // MUST BE HARDWARE PWM
// A pin for debugging
#define DEBUG_PIN -1