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

Releases: khoih-prog/NRF52_ISR_Servo

v1.2.1 to add support to Seeeduino nRF52840-based boards, such as XIAO_NRF52840 and XIAO_NRF52840_SENSE, using Seeeduino `nRF52` core, to add astyle using `allman` style and to restyle the library

26 Oct 21:02
3e266fc
Compare
Choose a tag to compare

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

v1.2.0 to permit using servos with different pulse ranges simultaneously and delete left-over `cpp`

24 Apr 01:15
faa076e
Compare
Choose a tag to compare

v1.1.0 to convert to h-only style and to optimize code by using passing by `reference` instead of by `value`, to add support to `Sparkfun Pro nRF52840 Mini`, etc.

04 Mar 01:59
1c97121
Compare
Choose a tag to compare

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

v1.0.0 to support nRF52832 and nRF52840 boards

23 Aug 04:24
b4a3e3a
Compare
Choose a tag to compare

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