I'm having issues with how my library variables are interacting with the stepper motor's object declaration. I'm getting a "variable was not declared in this scope" error. Does anyone have any advice? I'll post the link to the branch my code is on. Please forgive the current folder setup in the branch. I'm in the alpha stages of this code.
https://github.com/HullabalooRobotics/Soldering-Machine/tree/testBranch/SolderingMachine
My object creation in the .cpp isn't pulling from the arrays I created in the .h, when I believe it should. I'm open to any and all advice!