Update ServoWorker.ino
This commit is contained in:
parent
271be04b98
commit
8ef01ea1aa
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
// tp1sm
|
// Ensure that a servo works, and get it to its 0 position
|
||||||
|
|
||||||
#include <Servo.h>
|
#include <Servo.h>
|
||||||
|
|
||||||
|
@ -14,5 +14,5 @@ void loop()
|
||||||
servoChannel.write(0);
|
servoChannel.write(0);
|
||||||
delay(1000);
|
delay(1000);
|
||||||
servoChannel.write(180);
|
servoChannel.write(180);
|
||||||
delay(1000);
|
delay(2000);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue