This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
Releases: khoih-prog/NRF52_ISR_Servo
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
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
Latest
Releases v1.2.1
- Add support to Seeeduino nRF52840-based boards such as Seeed_XIAO_NRF52840 and Seeed_XIAO_NRF52840_SENSE, etc. using Seeeduino
nRF52
core - Add astyle using
allman
style. Restyle the library - Update
Packages' Patches
to add SeeeduinonRF52
core
v1.2.0 to permit using servos with different pulse ranges simultaneously and delete left-over `cpp`
Releases v1.2.0
- . Check Fix Bug #5 : Permit using servos with different pulse ranges simultaneously #4
- Delete left-over
cpp
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.
Releases v1.1.0
- Convert to
h-only
style. - Add example multiFileProject to demo for multiple-file project
- Optimize code by using passing by
reference
instead of byvalue
- Add support to Sparkfun Pro nRF52840 Mini
- Update
Packages_Patches
v1.0.0 to support nRF52832 and nRF52840 boards
Releases v1.0.0
- Basic 16 ISR-based servo controllers using 1 hardware PWM module for nRF52-based board
- Support to both nRF52832 and nRF52840