Rust on ESP (esp-rs), toggle GPIO to control LED on ESP32-C6.
With Embedded Rust for ESP32 installed on Linux Mint 21.3 over VirtualBox/Windows 11 , this video show steps to run esp-rs on YD-ESP32-C6-N16 , toggle GPIO to control LED. Connect a LED and resistor (for current limit) between 3V3 and GPIO15 of ESP32-C6 board YD-ESP32-C6-N16 | | | | +-------| GPIO15 | | | | | | | | | 3.3V|---+ | +-------------------+ | | | | | | | +-------|<|-----|/\/\/\|--------+ LED Resistor (current limit) Generate project: Generate a project based on esp-template(no_std): cargo generate esp-rs/esp-template - Project Name : rs-c6-blink - Target MCU : esp32c6 - false ...