Описание
Set or get the position of a servo. Without L or U the current values will be reported.
Использование
M281 [L<degrees>] P<index> [U<degrees>]
Параметры
[L<degrees>]
Deploy angle in degrees.
P<index>
Servo index to update / report.
[U<degrees>]
Stow angle in degrees.
Примеры
Set 90° deploy and 0° stow angles for servo 0.
M281 P0 L90 U0