ADD reset button with its own dispatch queue
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
#pragma once
|
||||
|
||||
// from advembsof
|
||||
#include "EventQueue.h"
|
||||
#include "cpu_logger.hpp"
|
||||
#include "display_device.hpp"
|
||||
#include "mbed.h"
|
||||
@@ -77,6 +76,7 @@ class BikeSystem {
|
||||
void cpuTask();
|
||||
|
||||
// timer instance used for loggint task time and used by ResetDevice
|
||||
std::chrono::microseconds _resetTime = std::chrono::microseconds::zero();
|
||||
Timer _timer;
|
||||
// data member that represents the device for manipulating the gear
|
||||
GearDevice _gearDevice;
|
||||
|
||||
Reference in New Issue
Block a user