espressif/esp-idf-cxx

1.0.2-beta

Pre-release
uploaded 2 years ago
C++ wrapper classes around ESP IDF components

5 examples

  • blink_cxx
    This example demonstrates usage of the `GPIO_Output` C++ class in ESP-IDF, showcasing how to control an LED connected to the ESP32 development board.…
    2.41 KB
  • esp_event_async_cxx
    This example demonstrates the usage of the ESP-Event asynchronous framework, showing how to configure, build, and run the project to observe event…
    2.70 KB
  • esp_timer_cxx
    This example demonstrates usage of the ESPTimer C++ class in ESP-IDF, highlighting the necessary configuration for C++ exception handling support and…
    2.16 KB
  • simple_i2c_rw_example
    This example demonstrates the usage of C++ exceptions in ESP-IDF, serving as the C++ equivalent to the I2C Simple Example written in C. It requires…
    3.59 KB
  • simple_spi_rw_example
    This example demonstrates the usage of C++ SPI classes in ESP-IDF to read the `WHO_AM_I` register of the MCU9250 inertial/gyroscope sensor. It…
    3.14 KB