platform-espressif8266
platform-espressif8266 copied to clipboard
Missing functions in ESP8266 RTOS SDK
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.
#219