adafruit / Adafruit-PWM-Servo-Driver-Library

Adafruit PWM Servo Driver Library
Other
477 stars 311 forks source link

Move setOscillatorFrequency() call in begin() #97

Closed caternuson closed 1 year ago

caternuson commented 1 year ago

This is a simple bug/fix. Just needed to change the order some methods were called. A couple of other PR's attempted this: #80 and #81

Tested using the servo example from this library.

caternuson commented 1 year ago

@ladyada for review