Implement SERVO_DELAY as array

This modify give SERVO_DELAY x servo basis
This commit is contained in:
GMagician
2017-08-15 00:28:47 -05:00
committed by Scott Lahteine
parent 96ae53cf41
commit e9c72978c7
37 changed files with 39 additions and 36 deletions
@@ -1610,7 +1610,7 @@
// Delay (in milliseconds) before the next move will start, to give the servo time to reach its target angle.
// 300ms is a good value but you can try less delay.
// If the servo can't reach the requested position, increase it.
#define SERVO_DELAY 300
#define SERVO_DELAY { 300 }
// Servo deactivation
//
@@ -1595,7 +1595,7 @@
// Delay (in milliseconds) before the next move will start, to give the servo time to reach its target angle.
// 300ms is a good value but you can try less delay.
// If the servo can't reach the requested position, increase it.
#define SERVO_DELAY 300
#define SERVO_DELAY { 300 }
// Servo deactivation
//