klips/esp/cpp/components
Shaun Reed 2f385e9ed3 Move display into a separate component WIP.
Compiles, but does not work correctly yet.
2025-11-02 12:05:04 -05:00
..
2025-11-01 16:46:15 -04:00

Components

These are examples of creating custom components for use in local projects or eventually published to the ESP-IDF component registry.

Official component examples can be found in the ESP-BSP project.

The idf.py tool can be used to create a new component:

source /path/to/esp-idf/export.sh
idf.py create-component my-component