Define servo pins just like other pins

This commit is contained in:
Scott Lahteine
2015-08-02 19:22:30 -07:00
committed by Richard Wackerbarth
parent 4b9d5cd352
commit 56702e7bb9
8 changed files with 21 additions and 83 deletions

View File

@@ -8,6 +8,8 @@
#define LARGE_FLASH true
#define SERVO0_PIN 13 // untested
#define X_STEP_PIN 25
#define X_DIR_PIN 23
#define X_MIN_PIN 22
@@ -53,7 +55,6 @@
#define PS_ON_PIN 12
#define KILL_PIN -1
#define SUICIDE_PIN 54 //PIN that has to be turned on right after start, to keep power flowing.
#define SERVO0_PIN 13 // untested
#if ENABLED(ULTRA_LCD)