Skip to content

Commit 5527e2a

Browse files
committed
Update README
1 parent fa96c9f commit 5527e2a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22
Because the design of [stm32f1xx-hal](https://github.com/stm32-rs/stm32f1xx-hal) is unsuitable for my needs and [stm32-hal](https://github.com/David-OConnor/stm32-hal) doesn't support the F1 series, I decided to write a new crate.
33
Many codes come from [stm32f1xx-hal](https://github.com/stm32-rs/stm32f1xx-hal).
44

5-
Example is [here](https://github.com/mcu-rust/stm32f1-hal/blob/main/examples/f103c8/src/main.rs).
5+
See [example](examples/f103c8/src/main.rs).
6+
7+
## Usage
8+
```shell
9+
cargo add stm32f1-hal
10+
```
11+
12+
See [crate](https://crates.io/crates/stm32f1-hal).
613

714
## Design
815
Below are the design principles.

0 commit comments

Comments
 (0)