ivmarkov / rust-esp32-std-demo

Rust on ESP32 STD demo app. A demo STD binary crate for the ESP32[XX] and ESP-IDF, which connects to WiFi, Ethernet, drives a small HTTP server and draws on a LED screen.
Apache License 2.0
785 stars 105 forks source link

Interrupt examples. #120

Closed Marcato0o closed 10 months ago

Marcato0o commented 1 year ago

Add some timer-based interrupt example would be useful, since I can't find it anywhere.

ivmarkov commented 10 months ago

Quite a few in the meantime, both sync and async, here: https://github.com/esp-rs/esp-idf-hal/tree/master/examples

I don't plan to extend rust-esp32-std-demo with examples anymore. Rather, split it and merge its examples into esp-idf-hal and esp-idf-svc.