|
ProtoCore v0.0.2
Deterministic, zero-heap network stack for embedded targets
|
GPIO pin-mapper direction names, JSON serializer, control parser, and the ESP32 digital read / write helpers. More...
#include "services/system/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.