MAJOR LAUNCH: HUSKYLENS 2 6 TOPS LLM MCP AI Vision Sensor is now available. Buy Now →











#include
Servo myservo;
void setup() {
myservo.attach(9);
}
void loop() {
myservo.write(90);
}If you want to do it with a servotester you only have to plug the servo in to the servotester and set it to 90degrees. Now you can turn the potentiometer until it stops turning.
I hope you enjoyed the project, if you have any questions ask me in the comments.