diff options
Diffstat (limited to 'main/tollgate_api.h')
| -rw-r--r-- | main/tollgate_api.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/main/tollgate_api.h b/main/tollgate_api.h new file mode 100644 index 0000000..23e0d75 --- /dev/null +++ b/main/tollgate_api.h | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | #ifndef TOLLGATE_API_H | ||
| 2 | #define TOLLGATE_API_H | ||
| 3 | |||
| 4 | #include "esp_err.h" | ||
| 5 | #include "esp_http_server.h" | ||
| 6 | |||
| 7 | esp_err_t tollgate_api_start(void); | ||
| 8 | void tollgate_api_stop(void); | ||
| 9 | |||
| 10 | #endif | ||