Skip to content

myles-parfeniuk/esp_idf_cpp_examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esp_idf_cpp_examples

This repo contains esp-idf example projects written in C++.
The projects are written for esp-idf v5.0+ and are intended to demonstrate how to develop for esp-idf in a C++ enviroment. The examples are organized into directories utilizing different components I have developed.

Building and Running a Project

  1. Clone the repo:

    git clone https://github.com/myles-parfeniuk/esp_idf_cpp_examples.git
  2. Navigate into cloned repo and run git submodule update:

    cd esp_idf_cpp_examples
    git submodule update --init --recursive
  3. Navigate into the project directory of your choice and run the build & flash commands.

    For example:

    cd esp_idf_cpp_examples/ButtonDriver/single_button_example
    idf.py build
    idf.py flash monitor

About

Exploring esp-idf v5.0 with C++.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published