A minimalistic ESP-IDF library for building ESP32-based devices.
cd your-project
git submodule add --name d5y git@github.com:ashep/d5y.git vendor/d5yAdd the following to your project's CMakeLists.txt:
set(EXTRA_COMPONENT_DIRS ./vendor/d5y)- appinfo. Store and get application info.
- bt. Bluetooth helpers.
- cfg2. Configuration storage.
- cloud. D5Y Cloud client.
- display. Display output functions.
- display_driver_max7219. MAX7219-based display driver.
- display_driver_ws2812. WS2812-based display driver.
- ds3231. DS3231 real-time clock driver.
- error. Error-related helpers.
- gfx. Framebuffer and graphics operations.
- net. Network helpers.
- net_cfg. Network configuration over Bluetooth.
- rtc. Real-time clock helpers.
- util. Miscellaneous utilities.