summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--project/project.ino1
1 files changed, 1 insertions, 0 deletions
diff --git a/project/project.ino b/project/project.ino
index d613756..0855223 100644
--- a/project/project.ino
+++ b/project/project.ino
@@ -5,6 +5,7 @@ Servo myservo;
void setup() {
myservo.attach(0); // attach to pin 0
analogReadResolution(8);
+ myservo.write(180);
}
void loop() {