MakerWorld
Office
Go to Model
Not away, Boss!
0
Downloads
4
Likes
0
Makes
It could be just an accessory for stirring your tea, but it turns into a powerful tool for staying online... Honestly, I didn't test it by stirring the tea, but my boss has just elected me Employee of the Month, even though I work from home.It's very simple. It works with an Arduino (or ESPxxx, etc.) and you just need to make the connections correctly, load the code below and that's it. You can take a nap now.#include <Servo.h>Servo myservo; // create Servo object to control a servo void setup() { myservo.attach(6); // attaches the servo on pin 6 to the Servo object} void loop() { for(val = 1; val <=180; val ++<
Did you print this model? Sign in and share your make!
Sign in to leave a comment
Sign inNo comments yet – be the first!