ESPCoreExtension is a C++ library designed for the Arduino Core on ESP8266 and ESP32 boards. It provides a collection of classes and functions allow you to quickly develop sketches.
To use ESPCoreExtension, you will need:
- An ESP8266 or ESP32 board
- The Arduino IDE configured for ESP8266 or ESP32 (version 2.3.2 or later)
- A basic understanding of the Arduino environment (e.g., uploading sketches, importing libraries, etc.)
- Download the latest master source code .zip
- In the Arduino IDE, import the
.zipfile by navigating to Sketch → Include Library → Add .ZIP Library
To use this library, you should have version 3.1.2 of the Arduino core for the ESP8266 or version 3.0.7 of the ESP32 Arduino core installed