This project demonstrates how to blink an LED using an ESP32 microcontroller with PlatformIO. The main program (src/main.cpp) toggles an LED connected to a GPIO pin on the ESP32 at regular intervals.
ESP32 LED Blink (Arduino) This project demonstrates how to blink an LED using an ESP32 microcontroller and the Arduino framework. Goal To blink an LED connected to the ESP32 board: ...