|
DeterministicESPAsyncWebServer v6.28.0
Zero-allocation, bounded-execution async HTTP server for ESP32
|
GPIO pin-mapper routes (GET serves the JSON, POST drives an output). More...
#include "services/gpio_map/gpio_map.h"Go to the source code of this file.
GPIO pin-mapper routes (GET serves the JSON, POST drives an output).
Separated from the host-testable core (gpio_map.cpp) so the serializer + control parser unit-test without pulling in the server. The pin table is caller-owned.
Definition in file gpio_map_routes.cpp.