docs: truncate readme, since this is a hard fork
This commit is contained in:
parent
e2bc777410
commit
8afd71ebe3
1 changed files with 0 additions and 16 deletions
16
README.md
16
README.md
|
@ -1,16 +0,0 @@
|
||||||
# Example Codes for the STM32 NUCLEO-L053R8
|
|
||||||
|
|
||||||
This repository contains many example programs that are written to run on the
|
|
||||||
NUCLEO-L053R8 Board.
|
|
||||||
|
|
||||||
## Running
|
|
||||||
|
|
||||||
Some programs require additional libraries for logging/formatting that would
|
|
||||||
make the more basic ones not compile (or rather link) correctly. For those,
|
|
||||||
enable the `logging` feature.
|
|
||||||
|
|
||||||
```bash
|
|
||||||
cargo run --example=blinky
|
|
||||||
cargo run --example=rtc-log --features=logging
|
|
||||||
# etc
|
|
||||||
```
|
|
Loading…
Add table
Reference in a new issue