adafruit / Adafruit_CircuitPython_MotorKit

CircuitPython helper library for the DC & Stepper Motor FeatherWing, Shield and Pi Hat kits.
MIT License
86 stars 31 forks source link

how to control the extra pwm pin ? #39

Closed popoC closed 3 years ago

popoC commented 3 years ago

Can i using xtra pwm pin(0,1,14,15) to generate signal of the servo controler?

popoC commented 3 years ago

I found out that it can be modified directly, kit = MotorKit() kit._pca.channels[14].duty_cycle = 0xFFFF Is there anything that needs attention in doing so? Thanks for reply

ladyada commented 3 years ago

its ok