platform-espressif8266 icon indicating copy to clipboard operation
platform-espressif8266 copied to clipboard

Missing functions in ESP8266 RTOS SDK

Open luverolla opened this issue 3 years ago • 1 comments

The original RTOS SDK for the ESP8266 platform provides two functions: gpio_set_level and gpio_get_level inside the driver/gpio.h module, that are missing in the relative PlatformIO framework.

link to the GPIO part of the ESP8266 RTOS SDK documentation

luverolla avatar Jul 16 '22 14:07 luverolla

#219

utkarshsethi avatar Sep 08 '22 10:09 utkarshsethi