Merge remote branch 'upstream/experimental' into alarm-pin
Conflicts: Sprinter/Sprinter.pde
This commit is contained in:
commit
8807e95fe2
1 changed files with 6 additions and 0 deletions
|
|
@ -307,6 +307,12 @@ void setup()
|
||||||
SET_OUTPUT(ALARM_PIN);
|
SET_OUTPUT(ALARM_PIN);
|
||||||
WRITE(ALARM_PIN,LOW);
|
WRITE(ALARM_PIN,LOW);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//Initialize LED Pin
|
||||||
|
#if (LED_PIN > -1)
|
||||||
|
SET_OUTPUT(LED_PIN);
|
||||||
|
WRITE(LED_PIN,LOW);
|
||||||
|
#endif
|
||||||
|
|
||||||
//Initialize Step Pins
|
//Initialize Step Pins
|
||||||
#if (X_STEP_PIN > -1)
|
#if (X_STEP_PIN > -1)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue