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:
@ -58,9 +58,6 @@
|
||||
#define E0_DIR_PIN 41
|
||||
#define E0_ENABLE_PIN 37
|
||||
|
||||
#define SDPOWER -1
|
||||
#define LED_PIN -1 //Use +12V Aux port for LED Ring
|
||||
|
||||
#define FAN_PIN 16 //5V PWM
|
||||
|
||||
#define PS_ON_PIN 10 //Set to -1 if using a manual switch on the PWRSW Connector
|
||||
@ -77,8 +74,6 @@
|
||||
|
||||
#define BEEPER_PIN 36
|
||||
|
||||
#define KILL_PIN -1
|
||||
|
||||
// M240 Triggers a camera by emulating a Canon RC-1 Remote
|
||||
// Data from: http://www.doc-diy.net/photo/rc-1_hacked/
|
||||
#define PHOTOGRAPH_PIN 29
|
||||
|
Reference in New Issue
Block a user