This commit is contained in:
Gregg 2023-07-02 17:13:03 -05:00
commit 63e6042f42
1 changed files with 1 additions and 1 deletions

View File

@ -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
---