-
Notifications
You must be signed in to change notification settings - Fork 0
Library Installation
G M Rowland edited this page Jan 3, 2020
·
2 revisions
This library is like every other Arduino library installation wise. The library can be extracted to your <user>\Documents\Arduino\libraries\ (on windows) as shown here. You can also simply clone this repository to the same directory.
To ensure the library is in the right spot, simply #include <StepperController.h> at the top of a test sketch and compile the code with the verify button. This will look something like this:
