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

Releases: khoih-prog/RP2040_ISR_Servo

v1.1.2 to permit using servos with different pulse ranges simultaneously

22 Apr 14:16
24a7bc6
Compare
Choose a tag to compare

v1.1.1 to delete redundant `.cpp` file causing compile error

09 Mar 02:28
456ef35
Compare
Choose a tag to compare

Releases v1.1.1

  1. Delete redundant .cpp file causing compile error

v1.1.0 to convert to h-only style, to fix setPulseWidth() bug and to optimize code by using passing by `reference` instead of by `value`

28 Feb 02:56
fc5ebb8
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. Fix setPulseWidth() bug. Check setPulseWidth - removed wrong map #2
  4. Optimize code by using passing by reference instead of by value

v1.0.1 to update platform in `library.json`

22 Oct 19:39
8333244
Compare
Choose a tag to compare

Releases v1.0.1

  1. Fix platform in library.json
  2. Add changelog.md

v1.0.0 to support RP2040-based boards using Arduino-mbed RP2040 or Earle Philhower's arduino-pico core

22 Aug 06:52
2178dad
Compare
Choose a tag to compare

Releases v1.0.0

  1. Basic 16 ISR-based servo controllers using 1 hardware timer for RP2040-based board
  2. Support to both Arduino-mbed RP2040 core and Earle Philhower's arduino-pico core