You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The original RTOS SDK for the ESP8266 platform provides two functions:
gpio_set_level
andgpio_get_level
inside thedriver/gpio.h
module, that are missing in the relative PlatformIO framework.link to the GPIO part of the ESP8266 RTOS SDK documentation
The text was updated successfully, but these errors were encountered: