embassy/examples/esp32c3/README.md
2023-10-01 06:50:24 +00:00

349 B

👋🏻

This code was borrowed from esp32c3-hal

The Cargo.toml file has been modified to use the embassy repo in path

rustup target add riscv32imc-unknown-none-elf

For now

cargo run --example embassy_hello_world --features "default","embassy","embassy-time-timg0"