|
DeterministicESPAsyncWebServer v6.28.0
Zero-allocation, bounded-execution async HTTP server for ESP32
|
GPIO pin-mapper direction names, JSON serializer, control parser, and the ESP32 digital read / write helpers. More...
#include "services/gpio_map/gpio_map.h"Go to the source code of this file.
GPIO pin-mapper direction names, JSON serializer, control parser, and the ESP32 digital read / write helpers.
The serializer and the pin=&level= parser are pure (host-tested); the digital I/O uses the Arduino API on ESP32 and is a no-op on host builds. No server dependency lives here - the route is in gpio_map_routes.cpp.
Definition in file gpio_map.cpp.