platformio / platform-espressif8266

Espressif 8266: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/espressif8266
Apache License 2.0
330 stars 219 forks source link

Missing functions in ESP8266 RTOS SDK #278

Open luverolla opened 2 years ago

luverolla commented 2 years ago

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

utkarshsethi commented 2 years ago

219