Skip to content

Library Installation

G M Rowland edited this page Jan 3, 2020 · 2 revisions

Installation

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:

Clone this wiki locally