Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Latest commit

 

History

History
39 lines (25 loc) · 1.89 KB

changelog.md

File metadata and controls

39 lines (25 loc) · 1.89 KB

STM32_ISR_Servo Library

arduino-library-badge GitHub release GitHub contributions welcome GitHub issues

Donate to my libraries using BuyMeACoffee



Table of Contents



Changelog

Releases v1.1.0

  1. Convert to h-only library.
  2. Optimize library code by using reference-passing instead of value-passing
  3. Improve accuracy by using float, instead of uint32_t for position in degrees
  4. Add example multiFileProject to demo for multiple-file project

Releases v1.0.0

  1. Basic 16 ISR-based servo controllers using 1 hardware timer for STM32F/L/H/G/WB/MP1-based board
  2. Tested with STM32L5 (NUCLEO_L552ZE_Q) and STM32H7 (NUCLEO_H743ZI2)