What stepper libraries can I use with the DFRobot TB6600?

Trying to figure out/find, are there any stepper control libraries that are compatible with the TB6600?

The wiring suggestions for the TB6600 seem to be incompatible with pinouts suggested in Arduino library Stepper.h /Stepper.cpp.

Conversely, is there a different wiring for the TB6600 that would make the TB6600 compatible with the Arduino libraries?

Driver: DFRobot TB6600, TB6600 Arduino Stepper Motor Driver - DFRobot
Motor: https://www.omc-stepperonline.com/download/17HS15-1684S-HG100.pdf
4 wire bipolar
Power Supply: 12V
Arduino Uno R3

newbie here, please be gentle...

See your other Thread,

I suggest you click Report to Moderator and ask to have them merged

...R

AccelStepper will drive a step+direction stepper controller fine. Use the DRIVER option (see examples)

You have to output to DIR+ and PUL+, and wire DIR-/PUL- to Arduino ground - these are opto-isolated inputs
so its just a resistor/LED effectively.