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 e57bea5 commit 7b4f264Copy full SHA for 7b4f264
src/Servo.h
@@ -115,8 +115,8 @@ class Servo
115
bool attached(); // return true if this servo is attached, otherwise false
116
private:
117
uint8_t servoIndex; // index into the channel data for this servo
118
- int8_t min; // minimum is this value times 4 added to MIN_PULSE_WIDTH
119
- int8_t max; // maximum is this value times 4 added to MAX_PULSE_WIDTH
+ int min; // minimum is this value times 4 added to MIN_PULSE_WIDTH
+ int max; // maximum is this value times 4 added to MAX_PULSE_WIDTH
120
};
121
122
#endif
0 commit comments