Skip to content

Latest commit

 

History

27 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deki ESP32 Integration

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.

Namespace

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.

Pins

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.

Install

Package Manager in the Deki Editor, or DekiEditor --packages-add deki-esp32-integration <project>.

Dependencies

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)

License

Apache 2.0. See LICENSE.

Third-party licenses are listed in NOTICE.

About

ESP32 platform integration for the Deki Engine

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages