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

GPIO pin-mapper direction names, JSON serializer, control parser, and the ESP32 digital read / write helpers. More...

Go to the source code of this file.

Detailed Description

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.