Open kammce opened 1 year ago
A generic motor driver that has a single signal for speed control and an digital signal for direction. Should implement hal::motor interface.
hal::motor
The drv8801 is a great example of such a motor controller and the description on pololu should give enough information to create this driver.
https://www.pololu.com/product/2136
A generic motor driver that has a single signal for speed control and an digital signal for direction. Should implement
hal::motor
interface.