Skip to content

Commit

Permalink
bla bla
Browse files Browse the repository at this point in the history
  • Loading branch information
sq7bti committed Mar 30, 2019
1 parent 0632164 commit 2e584bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ setup() should contain initialisation call:
axis1.begin(PB_0, PB_5);
axis2.begin(PE_4, PB_1);
```
To perform a movement, the usual methods of the original AccelStepper should be used, such as **move()*, **moveTo()** and **stop()**. The difference is iAccelStepper _DO_NOT_REQUIRE_ call ~~run()~~ method. See example for more.
To perform a movement, the usual methods of the original AccelStepper should be used, such as **move()**, **moveTo()** and **stop()**. The difference is iAccelStepper _DO_NOT_REQUIRE_ call ~~run()~~ method. See example for more.

0 comments on commit 2e584bc

Please sign in to comment.