Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.56 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.56 KB

Arduino Starter Kit in Rust

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.

Chapters

  1. Setting Up
  2. Spaceship Interface
  3. Love-O-Meter
  4. Color Mixing Lamp
  5. Mood Cue
  6. Light Theremin

Debugging

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

Other reading

License

MIT LICENSE or http://opensource.org/licenses/MIT