Docs: https://dekiengine.github.io/deki-esp32-integration/ (components and properties, generated from the code)
ESP32 platform HAL (Hardware Abstraction Layer) for the Deki Engine: serial commands, SD card support via ESP-IDF, memory and filesystem setup.
Part of Deki Engine.
Types live in DekiEsp32. Scene files store the qualified name, and so does code:
using namespace DekiEsp32;
obj->AddComponent<SomeComponent>();Scenes saved before 0.16.0 used bare names and still load; saving writes the current one.
The ESP-IDF side of deki-gpio: drive, read and count a pin's edges by
interrupt. The boot step that drives a pin, GpioPinSetup, is in deki-gpio.
Package Manager in the Deki Editor, or DekiEditor --packages-add deki-esp32-integration <project>.
| Dependency | Type |
|---|---|
deki-wifi |
Deki package |
deki-ble |
Deki package |
deki-http |
Deki package |
deki-i2s |
Deki package |
deki-uart |
Deki package |
deki-i2c |
Deki package |
deki-sdcard |
Deki package |
deki-rendering |
Deki package |
fatfs |
ESP-IDF component (Apache 2.0) |
sdmmc |
ESP-IDF component (Apache 2.0) |
driver |
ESP-IDF component (Apache 2.0) |
Apache 2.0. See LICENSE.
Third-party licenses are listed in NOTICE.