Commit 3d5d060
committed
Re-export pin types from
Now pins can be accessed using, for example, `crate::gpio::PA1` instead
of `crate::gpio::gpioa::PA1`. The names are already unambigous, and not
only can this make all imports slighly more convenient, it can also help
cut down a lot on use statements required for macro-generated code.gpio
1 parent 0fac052 commit 3d5d060
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
731 | 731 | | |
732 | 732 | | |
733 | 733 | | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
734 | 738 | | |
735 | 739 | | |
736 | 740 | | |
| |||
0 commit comments