adafruit / Adafruit-PWM-Servo-Driver-Library

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

Method for setting push pull/open drain mode #54

Closed tbolin closed 5 years ago

tbolin commented 5 years ago

The board is advertised as supporting both open drain and push-pull configurations for the output pins. The library currently does not expose this functionality.

I suggest that a setOutputMode method is added that can change the mode.

ladyada commented 5 years ago

thanks - please submit a PR and we'll take a look!

tbolin commented 5 years ago

Pull request submitted

tbolin commented 5 years ago

Pull request merged so I'm closing the issue.