Skip to content

gerald-guiony/ESPCoreExtension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESPCoreExtension

Release

ESP8266 ESP32

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.

Getting started

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.)

Installing ESPCoreExtension

  1. Download the latest master source code .zip
  2. In the Arduino IDE, import the .zip file by navigating to Sketch → Include Library → Add .ZIP Library

Prerequisites

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

Examples

  1. PushButton
  2. AsyncPushButton
  3. DeepSleep

About

A C++ library designed for the ESP8266 and ESP32 boards that provides a collection of classes and functions allow you to quickly develop sketches

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors