Hi Community, I have a project relate about robot arm. In Arduino code, i have a matrix, with rows to represent state of robot, columns to represent angle of joints. This is 2D matrix. I can controller my stepper motor easily and sweep state of robot with for loop. But in Embed, I find it very complicated. I don't know how to control the motors in turn when i give it step.
Can someone help with a solution ??