Application class for the PicoFramework test application. More...
#include "App.h"#include <hardware/adc.h>#include <pico/cyw43_arch.h>#include "framework/AppContext.h"#include "storage/StorageManager.h"#include "events/GpioEvent.h"#include "events/EventManager.h"#include "events/GpioEventManager.h"#include "http/HttpFileserver.h"#include "http/JsonResponse.h"#include "http/Router.h"#include "time/TimeManager.h"#include "GpioController.h"#include "DashboardController.h"#include "DashboardView.h"
Include dependency graph for App.cpp:Go to the source code of this file.
This class extends the FrameworkApp to provide application-specific functionality, including route initialization, event handling, and test functions.
Definition in file App.cpp.