This repository has been archived on 2024-10-30. You can view files and clone it, but cannot push or open issues or pull requests.
esp-firewall/SourceCode/include/common/theGPIO.h

12 lines
228 B
C

#ifndef GPIO_H
#define GPIO_H
#include "driver/gpio.h"
#include "esp_log.h"
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "../network/theWebServer.h"
esp_err_t relay_put_handler(httpd_req_t *req);
#endif