Arduino Starter Kit exercises written in Rust. The target board is the Arduino Uno R3. To setup the development environment for Rust see Chapter 1: Setting Up.
Shared resources for chapters are in folder components.
Later on it might be useful to be able to profile the applications. The quick way is starting with flamegraph
and reading the article: Profiling Rust programs the easy way.
# Install
cargo install flamegraph
# Run
cargo flamegraph