WIP: Examine develop branch #9

Closed
Kenwood wants to merge 18 commits from develop into master
1 changed files with 3 additions and 1 deletions
Showing only changes of commit c2d9fb20d7 - Show all commits

View File

@ -51,7 +51,9 @@ void receiveEvent(int n) {
switch(id) { switch(id) {
case 1: case 1:
windowWiperServo.write(val); windowWiperServo.write(val); // Set a val
delay(5); // pause for a moment
windowWiperServo.detach(); // Detach (stop moving) the servo
break; break;
} }
} }