bolderflight / pwm

PWM actuator library.
MIT License
5 stars 2 forks source link

Resolution Fix #3

Closed leon4413 closed 10 months ago

leon4413 commented 10 months ago

moved the analogWriteResolution(RES_); to the Begin(Float) function, as it could be never called if the Begin(Float) function was called first.