M282 - Detach Servo (#22760)

This commit is contained in:
Dakkaron
2021-09-15 02:00:48 +02:00
committed by GitHub
parent c2e4b1626f
commit 21e8f99500
11 changed files with 76 additions and 14 deletions

View File

@@ -110,6 +110,7 @@
#endif // HAS_SERVO_ANGLES
#define MOVE_SERVO(I, P) servo[I].move(P)
#define DETACH_SERVO(I) servo[I].detach()
extern HAL_SERVO_LIB servo[NUM_SERVOS];
void servo_init();