Closed d21d3q closed 5 years ago
In order to enable, one has to pull ENABLE up, but library pulls down, so that enable() disables driver and vice versa.
ENABLE
enable()
You are correct, thank you for catching that! I had assumed it was pin-compatible with the other supported chips which have ENBL negated (active low), but it looks like DRV8880 has it the other way.
In order to enable, one has to pull
ENABLE
up, but library pulls down, so thatenable()
disables driver and vice versa.