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 0da9989 commit a31fdd5Copy full SHA for a31fdd5
CHANGELOG.md
@@ -23,6 +23,7 @@
23
24
- Remove `Spi::read` ([#190]).
25
- Seal the `timer::Instance` trait ([#214]).
26
+- Make GPIOs start in a `Disconnected` state instead of `Input<Floating>` ([#220]).
27
28
[#185]: https://github.com/nrf-rs/nrf-hal/pull/185
29
[#188]: https://github.com/nrf-rs/nrf-hal/pull/188
@@ -36,6 +37,7 @@
36
37
[#206]: https://github.com/nrf-rs/nrf-hal/pull/206
38
[#217]: https://github.com/nrf-rs/nrf-hal/pull/217
39
[#214]: https://github.com/nrf-rs/nrf-hal/pull/214
40
+[#220]: https://github.com/nrf-rs/nrf-hal/pull/220
41
42
## [0.11.1]
43
0 commit comments