Tutorial Easy Driver Code

Trying to run the Easy Driver hook up example code on Arduino Uno gave not in scope errors for resetEDPins(), stepForwardDefault(), etc

Did you copy/paste from the hookup guide?

If so, you need to use the full code found here on the GitHub repo: https://github.com/sparkfun/Easy_Driver … c_Demo.ino

Or alternatively copy/paste all the sections under the first two code boxes because they contain the functions needed in the main loop.

Thank you