Update Tutorials.md
This commit is contained in:
parent
a2731412b3
commit
794d9e09b5
|
|
@ -138,7 +138,7 @@ Demonstrates how *SpanPoint* can be used to transmit messages from battery-power
|
||||||
### [FadingLED](../examples/Other%20Examples/FadingLED)
|
### [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
|
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
|
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
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue