From 74359edb5c0ced95b38de782e67c19941d73afd7 Mon Sep 17 00:00:00 2001 From: Paul Kerspe Date: Tue, 9 Jun 2020 22:10:35 +0200 Subject: [PATCH] updated doc --- .../Example5_processMovement_in_own_task.ino | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/Example5_processMovement_in_own_task/Example5_processMovement_in_own_task.ino b/examples/Example5_processMovement_in_own_task/Example5_processMovement_in_own_task.ino index 9e1bed7..31bf88a 100644 --- a/examples/Example5_processMovement_in_own_task/Example5_processMovement_in_own_task.ino +++ b/examples/Example5_processMovement_in_own_task/Example5_processMovement_in_own_task.ino @@ -2,13 +2,14 @@ // * Example 5: * // * this example shows how run the flexy stepper in a non blocking way * // * without the need of any needed function calls in the loop function * +// * A separate task is started to take care of sending the step signals * // * * // * Paul Kerspe 8.6.2020 * // * * // *********************************************************************** -// In order to run the example, change the IO pin numbers to match your configuration (lines 29-32) -// you might also want to change the speed and distance settings according to your setup if needed (lines 35-38) +// In order to run the example, change the IO pin numbers to match your configuration (lines 21-24) +// you might also want to change the speed and distance settings according to your setup if needed (lines 27-30) // // Documentation for this library can be found at: // https://github.com/pkerspe/ESP-FlexyStepper/blob/master/README.md