Skip to content

viljami/arduino-starter-kit-rs

Repository files navigation

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

About

Arduino starter kit exercises in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages