mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 12:36:52 +03:00
gpio handler is working
This commit is contained in:
@@ -16,10 +16,15 @@
|
||||
|
||||
extern httpd_handle_t server;
|
||||
|
||||
static GpioHandler *gpioHandler = NULL;
|
||||
void gpio_handler_create();
|
||||
void gpio_handler_init();
|
||||
void gpio_handler_deinit();
|
||||
void gpio_handler_destroy();
|
||||
GpioHandler* gpio_handler_get();
|
||||
|
||||
httpd_handle_t start_webserver(void);
|
||||
|
||||
void register_server_main_uri(httpd_handle_t server, const char *base_path);
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user