Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 1.02 KB

README.md

File metadata and controls

11 lines (6 loc) · 1.02 KB

Espressif++ (ESPP)

This is the repository for some c++ components developed for the ESP-IDF farmework.

Many components in this repo contain example code (referenced in the documentation above) that shows some basic usage. This example code can be found in that component's example directory. NOTE: many component examples also make use of other components (esp. some of the foundational components such as format, logger, and task.

The esp-cpp github organization contains other repositories that build specific demonstrations with these (and other) components.

One such example is the esp-box-emu repository, which builds upon these components to create a multiplatform emulation system using the ESP32-S3-BOX hardware.