MG90s Servo Actuator

MG90s Servo Actuator

thingiverse

just print and enjoy, it may need a bit of filing depending on printer quality , here's is it working on youtube https://www.youtube.com/watch?v=0t_OpX1WtUw code for it: #include <Servo.h> Servo myservo; // create servo object to control a servo // variable to read the value from the analog pin void setup() { myservo.attach(7); // attaches the servo on pin 9 to the servo object } void loop() { // scale it to use it with the servo (value between 0 and 180) myservo.write(175); delay(350); // waits for the servo to get there myservo.write(45); delay(350); // waits for the servo to get there }

Download Model from thingiverse

With this file you will be able to print MG90s Servo Actuator with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on MG90s Servo Actuator.