Closed darayus closed 9 years ago
Can one of the admins verify this patch?
We should move gpio API into a trait, but otherwise it makes sense to see what use cases are required. LGTM.
test this please
I have tested this on a STM32F407 discovery board and the toggle
works correctly. I agree, the GPIO API should be in a trait.
Sorry, that was meant to jenkins bot, not you :smile: the trigger phrases could be better.
the trigger phrases could be better.
It should ! :grinning:
This adds the
toggle
function to the stm32f4's GPIO pins. This is a ported function from the HAL provided by STM: