embassy/examples/stm32g0
Dario Nieuwenhuis 495b8b739a Change GPIO inherent methods back to &self.
With the embedded-hal rc3 update I changed them to require `&mut self`, but
in retrospect I think `&self` is better, for extra flexibility.

This PR reverts the changes from the rc3 update to inherent methods.
2024-01-10 00:00:10 +01:00
..
.cargo stm32: Add G0 USB example 2024-01-05 07:57:35 -07:00
src/bin Change GPIO inherent methods back to &self. 2024-01-10 00:00:10 +01:00
build.rs examples: remove unused deps. 2021-11-29 02:07:48 +01:00
Cargo.toml stm32: Add G0 USB example 2024-01-05 07:57:35 -07:00