mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-23 00:00:06 +01:00
13 lines
314 B
C
13 lines
314 B
C
/*
|
|
* 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;
|