You are using staging server - a separate instance of the ESP Component Registry that allows you to try distribution tools and processes without affecting the real registry.

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, enabling C++ exception handling for the APIs. It requires any ESP32…
    2.41 KB
  • esp_event_async_cxx
    This example demonstrates the asynchronous usage of the ESP-Event framework, showcasing how events are created and handled. It includes instructions…
    2.70 KB
  • esp_timer_cxx
    This example demonstrates the usage of the ESPTimer C++ class in ESP-IDF, highlighting the importance of C++ exception handling enabled through the…
    2.18 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 usage of C++ SPI classes in ESP-IDF to read the `WHO_AM_I` register of the MCU9250 inertial/gyroscope sensor. It outlines…
    3.14 KB