arduino-doughboy/src/App
Maurice Makaay 4c5ea8c001 Backup work on making the application state a separate class, so I can keep all state knowledge in one place. 2020-07-19 01:14:28 +02:00
..
App.cpp Backup work on making the application state a separate class, so I can keep all state knowledge in one place. 2020-07-19 01:14:28 +02:00
App.h Backup work on making the application state a separate class, so I can keep all state knowledge in one place. 2020-07-19 01:14:28 +02:00
AppStateController.cpp Backup work on making the application state a separate class, so I can keep all state knowledge in one place. 2020-07-19 01:14:28 +02:00
AppStateController.h Backup work on making the application state a separate class, so I can keep all state knowledge in one place. 2020-07-19 01:14:28 +02:00
Configuration.cpp Further cleanup. Most noticably is moving all physical LED logic into the Dough::UI class, providing app-state-dependent logical functions for letting the LEDs represent a given application state. 2020-07-15 02:48:44 +02:00
Configuration.h Further cleanup. Most noticably is moving all physical LED logic into the Dough::UI class, providing app-state-dependent logical functions for letting the LEDs represent a given application state. 2020-07-15 02:48:44 +02:00
SensorControllerPlugin.cpp Code cleanup. 2020-07-18 16:58:04 +02:00
SensorControllerPlugin.h Code cleanup. 2020-07-18 16:58:04 +02:00
callbacks.cpp Code cleanup. 2020-07-18 16:58:04 +02:00
callbacks.h More shuffling of functionality, getting things to match with my standards for 'clean code'. 2020-07-18 14:55:41 +02:00