Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 847 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 847 Bytes

Rust Embedded LEDs project

A Rust project created by the Brighton Rust User Group for the STM32F411 Nucleo-64 Discovery board.

Our aim is to drive some Christmas tree lights like these:

To do

  • Move util functions into their own module
  • Experiment with interrupts, maybe to switch patterns?
  • Wire up the LED string
  • ...

Running

  • Plug in the hardware
  • Launch openocd
  • cargo run

This will start up the Gnu Debugger, so type 'c' to continue, or you could set breakpoints, step through the code etc. See the wiki for more info.

Documentation

Check out the wiki