stm32duino / STM32Examples

Arduino library to provide several examples for the Arduino core for STM32 MCUs.
140 stars 54 forks source link

HardwareTimer: no need to use setMode() when only update interrupt needed #18

Closed ABOSTM closed 4 years ago

ABOSTM commented 4 years ago

HardwareTimer: no need to use setMode() when only update interrupt needed

Require: Start timer when only update interrupt needed https://github.com/stm32duino/Arduino_Core_STM32/pull/849

Simplify usage timebase interrupt usage: see #841

ABOSTM commented 4 years ago

@MagoKimbra FYI