Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ivmarkov/rust-esp32-cam


https://github.com/ivmarkov/rust-esp32-cam

Last synced: 20 days ago
JSON representation

Awesome Lists containing this project

README

        

# PIO-first Rust ESP32-CAM project

* Build and flash with `cargo pio exec -- run -t upload`
* **NOTE**: Need to expose the ESP32-CAM driver C functions manually, with Rust unsafe `extern "C"` declarations