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
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.