You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made a minor add to the Servo library (and at that time only for AVR) to output an inverted pulse (the output signal is at rest at VCC and the pulse is at GND). The goal is to drive a 6V powered servo, the pulse being amplified and inverted by a NPN transistor. 2 methods are added to the servo class: setInvertedPulse and isInvertedPulse. If you are interested in the add, I can extend it to the other supported platforms and I can do a PR.
Let me now.
Best regards
The text was updated successfully, but these errors were encountered:
Hello,
I made a minor add to the Servo library (and at that time only for AVR) to output an inverted pulse (the output signal is at rest at VCC and the pulse is at GND). The goal is to drive a 6V powered servo, the pulse being amplified and inverted by a NPN transistor. 2 methods are added to the servo class: setInvertedPulse and isInvertedPulse. If you are interested in the add, I can extend it to the other supported platforms and I can do a PR.
Let me now.
Best regards
The text was updated successfully, but these errors were encountered: