stm32-rs / stm32f7xx-hal

A Rust embedded-hal HAL for all MCUs in the STM32 F7 family
Apache License 2.0
115 stars 67 forks source link

Copy ExtiPin::check_interrupt from stm32f4xx-hal #120

Closed iBelieve closed 3 years ago

iBelieve commented 3 years ago

Copied from https://github.com/stm32-rs/stm32f4xx-hal/blob/38e039984cc9440a7059465953875b16e5f8878b/src/gpio.rs#L94

hannobraun commented 3 years ago

Thank you, @iBelieve, this looks good. Have you tested it?

hannobraun commented 3 years ago

Hey @iBelieve, I'd like to merge this, but haven't gotten an answer to my question yet.

hannobraun commented 3 years ago

Closing due to inactivity.

@iBelieve (or anyone else interested in this addition) feel free to re-open (or open a new pull request) once a test report is available. Thank you!