Files
AI-on-the-edge-device/code/components/jomjol_controlGPIO/server_GPIO.h
2020-12-31 12:13:03 +01:00

12 lines
223 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);
extern bool debug_detail_heap;