khoih-prog/STM32_TimerInterrupt
This library enables you to use Interrupt from Hardware Timers on an STM32F/L/H/G/WB/MP1-based board. These STM32F/L/H/G/WB/MP1 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.
C++MIT
Issues
- 1
- 1
My 1602-LCD display random
#5 opened by herunur - 1
NOT ABLE TO COMPILE
#4 opened by eklavyainfo - 1
Center Aligned PWM output MODE
#3 opened by roccotarocco - 1
STM32 2.4MHz PWM
#2 opened by nflaum - 2
Error including library
#1 opened by nflaum