Merge pull request #845 from DerSchultze/Sanguinololu-servo
Added servo pin assignments to Sanguinololu
This commit is contained in:
commit
3ffc9651b1
@ -1054,6 +1054,22 @@
|
|||||||
#define FAN_PIN 4
|
#define FAN_PIN 4
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef NUM_SERVOS
|
||||||
|
#define SERVO0_PIN -1
|
||||||
|
|
||||||
|
#if NUM_SERVOS > 1
|
||||||
|
#define SERVO1_PIN -1
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if NUM_SERVOS > 2
|
||||||
|
#define SERVO2_PIN -1
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if NUM_SERVOS > 3
|
||||||
|
#define SERVO3_PIN -1
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#define PS_ON_PIN -1
|
#define PS_ON_PIN -1
|
||||||
#define KILL_PIN -1
|
#define KILL_PIN -1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user