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 55b335d commit 375dfc9Copy full SHA for 375dfc9
constants.go
@@ -151,6 +151,7 @@ const (
151
ErrorCodeESCMotorSpeedBelowMinPulseWidth
152
ErrorCodeESCMotorSpeedAboveMaxPulseWidth
153
ErrorCodeESCMotorNilHandler
154
+ ErrorCodeESCMotorInvalidNeutralPulseWidth
155
)
156
157
const (
@@ -293,6 +294,7 @@ var (
293
294
ErrorCodeESCMotorSpeedBelowMinPulseWidth: "esc motor speed below min pulse width",
295
ErrorCodeESCMotorSpeedAboveMaxPulseWidth: "esc motor speed above max pulse width",
296
ErrorCodeESCMotorNilHandler: "esc motor handler cannot be nil",
297
+ ErrorCodeESCMotorInvalidNeutralPulseWidth: "esc motor invalid neutral pulse width",
298
299
// Servo errors
300
ErrorCodeServoFailedToConfigurePWM: "servo failed to configure pwm",
0 commit comments