Skip to content

Conversation

ld21
Copy link

@ld21 ld21 commented Nov 13, 2017

I added the overloaded function ServoTimer2::attach(int pin, int min_pulse_width, int max_pulse_width) as it was planned according to ServoTimer2.h from the start. Seems to work well and now also non-standard servos that need non-standard timings can be controlled using this very handy library. Thank you for trying it out.

ld21 added 2 commits November 13, 2017 10:36
Added missing overloaded function ServoTimer2::attach(int pin, int min_pulse_width, int max_pulse_width);
MIN_SERVO_PULSE and MAX_SERVO_PULSE are no longer #defined but real variables that can be set.
MIN_PULSE_WIDTH and MAX_PULSE_WIDTH are no longer #defineD, but real variables, that can be set in the constructor.
@ld21 ld21 changed the title Add overloaded function ServoTimer2::attach(int pin, int min_pulse_width, int max_pulse_width) Added overloaded function ServoTimer2::attach(int pin, int min_pulse_width, int max_pulse_width) Nov 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant