DeterministicESPAsyncWebServer v6.28.0
Zero-allocation, bounded-execution async HTTP server for ESP32
Loading...
Searching...
No Matches
gpio_map_routes.cpp File Reference

GPIO pin-mapper routes (GET serves the JSON, POST drives an output). More...

Go to the source code of this file.

Detailed Description

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.