ADD EventQueue for static_scheduling

This commit is contained in:
2024-11-17 19:13:06 +01:00
parent d42dcb68b1
commit 6f7ee84ea0
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