OMOTE/Platformio/HAL/Targets/Simulator
MatthewColvin 38ec26dce7 rework Notifications by adding handler class that can unregister when it falls out of scope.
rework wifi Interface around this new concept and patch up some old uses of notifications to follow new paradigm

compile out old UI code because notification refactor broke it.
2023-10-15 00:22:43 -05:00
..
wifiHandlerSim rework Notifications by adding handler class that can unregister when it falls out of scope. 2023-10-15 00:22:43 -05:00
batterySimulator.hpp Refine and implement hardware interface (#37) 2023-09-14 06:34:04 +02:00
HardwareSimulator.cpp move from constructing keypress abstract with handler into setting the handler so that it can be set by the UI. 2023-09-29 15:27:54 -05:00
HardwareSimulator.hpp Add KeyPress Abstract and a KeyPress Simulator 2023-09-29 11:52:48 -05:00
KeyPressSim.cpp fix linux build breaks of sim build 2023-10-12 15:24:38 -05:00
KeyPressSim.hpp Make Key press sim use SDL event watcher for key event grabbing. 2023-10-02 20:41:42 -05:00
omoteconfig.h Refine and implement hardware interface (#37) 2023-09-14 06:34:04 +02:00
SDLDisplay.cpp Update SDLDisplay so it finds the window based on events that way it works on windows and Ubuntu 2023-10-10 13:37:16 -05:00
SDLDisplay.hpp Update SDLDisplay so it finds the window based on events that way it works on windows and Ubuntu 2023-10-10 13:37:16 -05:00
SimulatorMPMCQueue.cpp Refine and implement hardware interface (#37) 2023-09-14 06:34:04 +02:00
SimulatorMPMCQueue.hpp Refine and implement hardware interface (#37) 2023-09-14 06:34:04 +02:00
SimulatorSPSCQueue.cpp fix linux build breaks of sim build 2023-10-12 15:24:38 -05:00
SimulatorSPSCQueue.hpp Refine and implement hardware interface (#37) 2023-09-14 06:34:04 +02:00