Logo Pico-Framework A web-first embedded framework for C++
Loading...
Searching...
No Matches
App.cpp File Reference

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.

Detailed Description

This class extends the FrameworkApp to provide application-specific functionality, including route initialization, event handling, and test functions.

Version
0.1
Date
2025-04-14
License:\n MIT License

Definition in file App.cpp.