adafruit / adafruit/Adafruit_CircuitPython_MotorKit
Limiting maximum duty cycle to enable usage of stepper motors with lower voltage rating
Open
- Dominant language
- Python
- Stars
- 95
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
It would be useful to replace the hardcoded
duty_cycle = 0xFFFF
and the scale of the microstep curve calculation (also hardcoded to 0xFFFF)
so that a maximum dutycycle can be specified.
I imagine this would allow to use motors with lower voltage rating then the one of the DC power supply.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.