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

Latest commit

 

History

History
56 lines (35 loc) · 2.43 KB

changelog.md

File metadata and controls

56 lines (35 loc) · 2.43 KB

NRF52_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.2.1

  1. Add support to Seeeduino nRF52840-based boards such as Seeed_XIAO_NRF52840 and Seeed_XIAO_NRF52840_SENSE, etc. using Seeeduino nRF52 core
  2. Add astyle using allman style. Restyle the library
  3. Update Packages' Patches to add Seeeduino nRF52 core

Releases v1.2.0

  1. Permit using servos with different pulse ranges simultaneously. Check Fix Bug #5 : Permit using servos with different pulse ranges simultaneously #4
  2. Delete left-over cpp

Releases v1.1.0

  1. Convert to h-only style.
  2. Add example multiFileProject to demo for multiple-file project
  3. Optimize code by using passing by reference instead of by value
  4. Add support to Sparkfun Pro nRF52840 Mini
  5. Update Packages_Patches

Releases v1.0.0

  1. Basic 16 ISR-based servo controllers using 1 hardware PWM module for nRF52-based board
  2. Support to both nRF52832 and nRF52840