We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebde206 commit baccfdbCopy full SHA for baccfdb
embedded-hal/README.md
@@ -68,12 +68,6 @@ provided here but platform-specific code can avoid fallibility-related boilerpla
68
- Initialization and configuration stuff like "ensure this serial interface and that SPI
69
interface are not using the same pins". The HAL will focus on *doing I/O*.
70
71
-## Reference implementation
72
-
73
-The [`stm32f1xx-hal`] crate contains a reference implementation of this HAL.
74
75
-[`stm32f1xx-hal`]: https://crates.io/crates/stm32f1xx-hal
76
77
## Platform agnostic drivers
78
79
You can find platform agnostic drivers built on top of `embedded-hal` on crates.io by [searching
0 commit comments