You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,14 @@
2
2
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.
3
3
Many codes come from [stm32f1xx-hal](https://github.com/stm32-rs/stm32f1xx-hal).
4
4
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).
0 commit comments