8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Release 1.6.1: STM32 fixes
Release 1.6.0: Add ATTiny 25/45/85 experimental support. Pending test… …ing on real board (ordered, but still not delivered)
- Try to fix SAMD51 boards; still experimental as I have none of this… … boards. - Move docs and extras to sparse repository: https://github.com/Naguissa/uTimerLib_doc_and_extras - Version bump to 1.5.0
Break library in one file by each ARCH
Add support to ST STM32 Arduino Core on STM32 family
Fix STM32 seconds interrupt handling, reported by @mignon-ne
Add Travis-CI status
- Added AVR 32U4 support (Leonardo, etc) - Updated in-source documentation - Added doc folder with doxygen-generated HTML files
AVR timer calculation fix, Naguissa#6
SAMD21 timing fix by svlPanelMaker