MG90s Servo Actuator
Description
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 }
Statistics
Likes
6
Downloads
0