From 794d9e09b598310e2bfeafed422bf50c806385fb Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Sun, 2 Jul 2023 16:39:50 -0500 Subject: [PATCH] Update Tutorials.md --- docs/Tutorials.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Tutorials.md b/docs/Tutorials.md index 924237b..9b38147 100644 --- a/docs/Tutorials.md +++ b/docs/Tutorials.md @@ -138,7 +138,7 @@ Demonstrates how *SpanPoint* can be used to transmit messages from battery-power ### [FadingLED](../examples/Other%20Examples/FadingLED) Demonstrates how the *LedPin* class can use the ESP32's built-in fading control to automatically fade an LED from from one level of brightness to another over a specified period of time. See the [LedPin](PWM.md#pulse-width-modulation-pwm) page for full details -### [StepperMotorControl](../examples/Other%20Examples/StepperMotorControl) +### [MotorizedWindowShade](../examples/Other%20Examples/MotorizedWindowShade) Demonstrates how to use the *StepperControl* class to operate a stepper motor. Implements a motorized window shade based on [Example 13](../examples/13-TargetStates) above. See the [Stepper Motor Control](Stepper.md) page for full details ---