Computer Science, asked by rinki09, 1 year ago

What is the servo library command to move the shaft of Servo motor back and forth across 180 degree?
1. Knob()
2.Sweep()
3.write()
4. detach()

Answers

Answered by aakash85
3
2 sweep hota hai 180 digree
Attachments:
Answered by phillipinestest
3

Sweep is servo library command for moving shaft across 180 degree of Servo motor back and forth.

Explanation:

The functions of commands given in the options are as follows:

• Knob () – This command is used to control position of servo motor with the potentiometer.

• Sweep () – This command is used to move shaft across 180 degree of Servo motor back and forth.  

• Write () – This command is used to enter the value in the servo motor.

• Detach () – This command is used to detach Servo variable from pin.

From the above data it can be inferred that Sweep is servo library command for moving shaft.

Similar questions