We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bc3079 commit 677007fCopy full SHA for 677007f
libraries/Servo/src/Servo.h
@@ -50,6 +50,7 @@
50
#define MAX_PULSE_WIDTH 2400 // the longest pulse sent to a servo
51
#define DEFAULT_PULSE_WIDTH 1500 // default pulse width when servo is attached
52
#define REFRESH_INTERVAL 20000 // minumim time to refresh servos in microseconds
53
+#define MAX_SERVOS 12
54
55
#if !defined(ESP8266)
56
0 commit comments