Hey there,
sorry if this has been explained else where, or is docements but i can find a answer that gives me confidence.
I have a python script that controls stepper motor drivers by setting digital pins either high or low.
i need a total of 10 digital pins, i have found various pinout configs for the jetson and what not, but i don’t really understand them.
like how do i know what pin to address in code?
i.e.
Define the GPIO pins for the stepper motors
pan_step_pin = 25
pan_dir_pin = 24
tilt_step_pin = 23
tilt_dir_pin = 22
does this target pins 22 though 25 on the GPIO header?
Thanks, James.