FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit b143356d authored by ayush1301's avatar ayush1301
Browse files

Changed servo init pos new

parent 18c129ee
No related branches found
No related tags found
No related merge requests found
...@@ -100,8 +100,8 @@ void setup() { ...@@ -100,8 +100,8 @@ void setup() {
digitalWrite(RED_LED, LOW); digitalWrite(RED_LED, LOW);
servoright.attach(10); servoright.attach(10);
servoleft.attach(9); servoleft.attach(9);
servoright.write(100); servoright.write(110);
servoleft.write(80); servoleft.write(70);
} }
void loop() { void loop() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment