Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 860 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 860 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
  • Now we have interrupts working for the button, make it do something
  • Add more LED patterns
  • ...

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