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.

0xjakob/sht3x-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. It shows how to connect and control an LED using an ESP32 family…
    2.41 KB
  • esp_event_async_cxx
    This example demonstrates the asynchronous capabilities of the ESP Event system. It illustrates how events are created and handled, showcasing normal…
    2.70 KB
  • esp_timer_cxx
    This example demonstrates the usage of the ESPTimer C++ class in ESP-IDF, highlighting the necessary configurations for C++ exception handling and…
    2.16 KB
  • simple_i2c_rw_example
    This example demonstrates the use of C++ exceptions in ESP-IDF to interface with the MPU9250 sensor via I2C, paralleling a similar example in C. It…
    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