embed-rs / stm32f7-discovery

Apache License 2.0
30 stars 23 forks source link

Rewrite blinking led example with interrupts #51

Closed oli-obk closed 6 years ago

oli-obk commented 6 years ago

Currently we're counting cycles, I think it would be great to have the same example, just with a recurring timer-interrupt set to 0.5 seconds.

oli-obk commented 6 years ago

fixed in https://github.com/embed-rs/stm32f7-discovery/pull/52