ADD reset button with its own dispatch queue

This commit is contained in:
fastium
2024-12-31 10:31:00 +01:00
parent 031b98a0f7
commit 34a57162ba
3 changed files with 71 additions and 10 deletions

View File

@@ -7,7 +7,7 @@
#include "mbed.h" // NOLINT
#include "mbed_trace.h" // NOLINT
// #include "static_scheduling/bike_system.hpp"
// #include "static_scheduling_with_event/bike_system.hpp"
#include "multi_tasking/bike_system.hpp"
#if defined(MBED_CONF_MBED_TRACE_ENABLE)
@@ -21,7 +21,8 @@ int main() {
// static_scheduling::BikeSystem bikeSystem;
// bikeSystem.start();
// bikeSystem.startWithEventQueue();
// static_scheduling_with_event::BikeSystem bikeSystem;
// bikeSystem.start();
multi_tasking::BikeSystem bikeSystem;
bikeSystem.start();