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

Releases: khoih-prog/STM32_ISR_Servo

v1.1.0 to convert to `h-only` library, to optimize library code by using `reference-passing` instead of `value-passing`, to Improve accuracy, etc.

07 Mar 05:02
d506d5f
Compare
Choose a tag to compare

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

v1.0.0 to provide basic 16 ISR-based servo controllers using 1 hardware timer for STM32F/L/H/G/WB/MP1-based board. Supporting STM32L5 and STM32H7

21 Aug 02:08
d945827
Compare
Choose a tag to compare

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)