japaric / stm32f103xx-hal

HAL for the STM32F103xx family of microcontrollers
Apache License 2.0
115 stars 40 forks source link

Add timer TIM1 #101

Closed jannic closed 5 years ago

jannic commented 5 years ago

While TIM1 is an advanced timer, for the purposes of this HAL, it can be used like timers TIM2-TIM4.

closes #73