This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
Releases: khoih-prog/RP2040_ISR_Servo
Releases · khoih-prog/RP2040_ISR_Servo
v1.1.2 to permit using servos with different pulse ranges simultaneously
Releases v1.1.2
- Permit using servos with different pulse ranges simultaneously. Check Fix Bug #5 : Permit using servos with different pulse ranges simultaneously #4
v1.1.1 to delete redundant `.cpp` file causing compile error
Releases v1.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`
Releases v1.1.0
- Convert to
h-only
style - Add example multiFileProject to demo for multiple-file project
- Fix
setPulseWidth()
bug. Check setPulseWidth - removed wrong map #2 - Optimize code by using passing by
reference
instead of byvalue
v1.0.1 to update platform in `library.json`
Releases v1.0.1
- Fix platform in
library.json
- Add
changelog.md
v1.0.0 to support RP2040-based boards using Arduino-mbed RP2040 or Earle Philhower's arduino-pico core
Releases v1.0.0
- Basic 16 ISR-based servo controllers using 1 hardware timer for RP2040-based board
- Support to both Arduino-mbed RP2040 core and Earle Philhower's arduino-pico core