Files
AI-on-the-edge-device/code/components/jomjol_controlGPIO/server_GPIO.h
2021-01-01 10:13:00 +01:00

11 lines
192 B
C

#include <esp_log.h>
#include <esp_http_server.h>
//#include "ClassControllCamera.h"
static const char *TAGPARTGPIO = "server_GPIO";
void register_server_GPIO_uri(httpd_handle_t server);