embassy/examples/stm32c0
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 Update probe-rs-cli -> probe-rs 2023-06-29 02:39:28 +02:00
src/bin Change GPIO inherent methods back to &self. 2024-01-10 00:00:10 +01:00
build.rs stm32: add stm32c0 examples. 2023-01-17 21:28:16 +01:00
Cargo.toml ci: use beta, add secondary nightly ci. 2023-12-21 15:03:57 +01:00