stm32-rs / stm32l4xx-hal

A Hardware abstraction layer for the stm32l432xx series chips written in rust.
156 stars 103 forks source link

Add method to get interrupt for an `ExtiPin`. #313

Closed reitermarkus closed 2 years ago

crespum commented 1 year ago

Sorry for bumping up this old thread, but I was trying to use this function and I noticed it's not available on version 0.7.1 (latest). It's also not in the docs.

I'm testing the code on the irq_button.rs example. What am I missing?