Closed Cryowatt closed 1 year ago
I noticed while trying to use the ExtiPin trait on an Alternate function pin that the ExtiPin trait wasn't enabled. Based on examples from other STM32 hals I impl'd the trait. It appears to work correctly on my STM32F723.
ExtiPin
Alternate
closes https://github.com/stm32-rs/stm32f7xx-hal/issues/198
I noticed while trying to use the
ExtiPin
trait on anAlternate
function pin that theExtiPin
trait wasn't enabled. Based on examples from other STM32 hals I impl'd the trait. It appears to work correctly on my STM32F723.closes https://github.com/stm32-rs/stm32f7xx-hal/issues/198