Releases: adafruit/Adafruit-PWM-Servo-Driver-Library
Releases · adafruit/Adafruit-PWM-Servo-Driver-Library
3.0.2 Fix compiler warnings
What's Changed
- Fix compiler warning for oscillator example by @makermelissa in #100
New Contributors
- @makermelissa made their first contribution in #100
Full Changelog: 3.0.1...3.0.2
3.0.1 Adds return failure code to setPWM
What's Changed
- Move setOscillatorFrequency() call in begin() by @caternuson in #97
- Update setPWM return behavior by @caternuson in #98
Full Changelog: 3.0.0...3.0.1
3.0.0 - Converted library to BusIO
What's Changed
- Convert to BusIO by @caternuson in #92
New Contributors
- @caternuson made their first contribution in #92
Full Changelog: 2.4.2...3.0.0
2.4.2 - Updated CI Actions versions
Update CI action versions
2.4.1 - Added ability to detect I2C errors within setPWM()
2.4.0 - Moved to actions, stopped using Adafruit_PWMServoDriver class to call methods
2.3.1 - Frequency 60->50Hz bugfix
2.3.0 - Add new functions from v2.2.0 to keywords
Update library.properties
Add writeMicroseconds and set/get Frequency
Many improvements and simplifications for servo and external-oscillator uses
Many fixes including passing in I2C object
Now done by reference not pointer. Examples have been updated