ADD EventQueue for static_scheduling

This commit is contained in:
2024-11-17 19:13:06 +01:00
parent b52f476124
commit 0bd561b947
4 changed files with 98 additions and 2 deletions

View File

@@ -27,7 +27,8 @@ int main() {
// tr_debug("blink");
// }
static_scheduling::BikeSystem bikeSystem;
bikeSystem.start();
// bikeSystem.start();
bikeSystem.startWithEventQueue();
}
#endif // MBED_TEST_MODE