I need to control 3 independent stepper motors with stepper motor drivers using RPi.
Driver of each motor requires STEP pulse to make one step (let's not bother about DIR and ENABLE signals for now).
Basic goals:
This have to be controllable for each motor individually.
For now I have managed to do this for just one motor using the information from this question (thank you, Joan!): how to generate smooth frequency ramp
It works just fine, but I'm stuck with how to do this on 3 different GPIO pins.
Is there a way for transmitting 3 different waveforms on 3 different pins simultaneously?
Thank you.