Skip to content

Commit

Permalink
Add execute to open both servo
Browse files Browse the repository at this point in the history
  • Loading branch information
jabby authored and Keruspe committed May 2, 2020
1 parent 3d05938 commit b211bc0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions srcs/integration_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,9 @@ void loop() {
display("MakAir test", "Press start button");
displayLine(VERSION, 3);
servoBlower.open();
servoBlower.execute();
servoPatient.open();
servoPatient.execute();
});
break;
}
Expand Down

0 comments on commit b211bc0

Please sign in to comment.