MakerWorld
Electronics
Go to Model
Screen cleaning phone stand
0
Downloads
3
Likes
0
Makes
Here's the code required.#include <Servo.h>Servo name_servo;int servo_position = 0;void setup() { name_servo.attach (9);}void loop() { for (servo_position = 0; servo_position <=150; servo_position +=1){ name_servo.write(servo_position); delay(10); }
Designer20 also publishes on
4 additional models across 1 more platforms
Did you print this model? Sign in and share your make!
Sign in to leave a comment
Sign inNo comments yet – be the first!