Skip to content

Fixed custom pin constructor

Latest
Compare
Choose a tag to compare
@tyhenry tyhenry released this 20 Sep 00:39
· 4 commits to master since this release

Changes

This release just fixes a bug with the alternate constructor for custom pinout.
For instance:

CheapStepper stepper(2,3,4,5);   // use pins 2,3,4,5

works now as expected.