Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 204 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 204 Bytes

Work in progress

To flash the blinky example:

$ cargo run --example blinky

The uart example will emit "Hello, World!" to the UART3 default ports Tx=PA5,Rx=PA4

$ cargo run --example uart