embassy/examples/stm32l4
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 stm32l4: Add EVAL-ADIN1110EBZ example with basic http server 2023-08-24 00:52:06 +02:00
src/bin Change GPIO inherent methods back to &self. 2024-01-10 00:00:10 +01:00
build.rs remove memory.x files for other stm32 examples 2023-07-28 16:38:02 +02:00
Cargo.toml Update embedded-hal to v1.0 2024-01-09 23:37:14 +01:00