Merge pull request #845 from DerSchultze/Sanguinololu-servo

Added servo pin assignments to Sanguinololu
This commit is contained in:
nothinman 2014-04-13 00:37:28 +01:00
commit 3ffc9651b1

View File

@ -1054,6 +1054,22 @@
#define FAN_PIN 4
#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 KILL_PIN -1