From 5a85ee7be88ead785218e808dcf27086cea0ef9e Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Sun, 2 Jul 2023 16:38:01 -0500 Subject: [PATCH] Update Stepper.md --- docs/Stepper.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/Stepper.md b/docs/Stepper.md index fcbe6a7..54366ee 100644 --- a/docs/Stepper.md +++ b/docs/Stepper.md @@ -174,7 +174,9 @@ void loop(){ } ``` -A fully worked example showing how to use the *StepperControl* class within a complete HomeSpan sketch to control a Motorize Window Shade can be found in the Arduino IDE under [*File → Examples → HomeSpan → Other Examples → StepperMotorControl*](../examples/Other%20Examples/StepperMotorControl). +### Motorized Window Shade Example + +A fully worked example showing how to use the *StepperControl* class within a complete HomeSpan sketch to control a Motorize Window Shade using both the TB6612 and A3967 driver boards can be found in the Arduino IDE under [*File → Examples → HomeSpan → Other Examples → MotorizedWindowShade*](../examples/Other%20Examples/MotorizedWindowShade). ## Creating your own **StepperControl** Driver