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.51 KB

changelog.md

File metadata and controls

56 lines (35 loc) · 2.51 KB

RP2040_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.1.2

  1. Permit using servos with different pulse ranges simultaneously. Check Fix Bug #5 : Permit using servos with different pulse ranges simultaneously #4

Releases v1.1.1

  1. Delete redundant .cpp file causing compile error

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

Releases v1.0.1

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

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