We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86caa07 commit cc26161Copy full SHA for cc26161
libraries/Servo/src/Servo.h
@@ -50,7 +50,7 @@
50
#define DEFAULT_MAX_PULSE_WIDTH 2190 // the longest duty cycle sent to a servo
51
#define DEFAULT_NEUTRAL_PULSE_WIDTH 1500 // default duty cycle when servo is attached
52
#define REFRESH_INTERVAL 20000 // classic default period to refresh servos in microseconds
53
-#define MAX_SERVOS 12
+#define MAX_SERVOS 9 // D0-D8
54
55
#if !defined(ESP8266)
56
0 commit comments