Skip to content

Commit 2dd83f9

Browse files
committed
Update README
1 parent fa96c9f commit 2dd83f9

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
name = "stm32f1-hal"
1010
readme = "README.md"
1111
repository = "https://github.com/mcu-rust/stm32f1-hal"
12-
version = "0.3.0"
12+
version = "0.3.1"
1313

1414
[package.metadata.docs.rs]
1515
features = ["stm32f103", "xG"]

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)