ESP32
Getting Started with the ESP32, Ardiuno IDE, and flash your first basic projects
In this tutorial we will look at setting up the Arduino IDE and writing a basic program to flash an LED using the delay function and not using the delay function. Delay is not the best as the entire ESP32 is asleep and when things like button presses happen during Read more…