1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/main/gpio-esp32.h

14 lines
314 B
C
Raw Normal View History

2021-08-26 13:33:02 +01:00
/*
* lws generic gpio - esp32 platform wrapper
*
* Written in 2010-2020 by Andy Green <andy@warmcat.com>
*
* This file is made available under the Creative Commons CC0 1.0
* Universal Public Domain Dedication.
*/
typedef int _lws_plat_gpio_t;
#include "gpio.h"
extern const lws_gpio_ops_t lws_gpio_esp32;