uploaded 1 year ago
C++ wrapper classes around ESP IDF components
-
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.…
Archive size ~ 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…
Archive size ~ 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…
Archive size ~ 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…
Archive size ~ 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…
Archive size ~ 3.14 KB