mirror of
https://github.com/modelec/servo_moteurs.git
synced 2026-01-18 16:47:23 +01:00
mid bras
This commit is contained in:
@@ -100,7 +100,7 @@ void MyTCPClient::mid_bras(bool force) {
|
||||
if (brasBaisse == 1 && !force){
|
||||
return;
|
||||
}
|
||||
int angle = 120;
|
||||
int angle = 80;
|
||||
for (int i = 1; i <= angle;i++){
|
||||
usleep(5'000);
|
||||
this->pwm_setServoPosition(4, i);
|
||||
|
||||
Reference in New Issue
Block a user