stm32-rs / stm32-eth

Embedded Ethernet driver in Rust
Apache License 2.0
147 stars 47 forks source link

Update STM32F107 pin macro #49

Closed datdenkikniet closed 2 years ago

datdenkikniet commented 2 years ago

It currently takes all pins and turns them into push-pull outputs, which doesn't work for pins that are supposed to be inputs.