Update Tutorials.md
This commit is contained in:
parent
003560a92a
commit
280044bdd1
|
|
@ -138,6 +138,9 @@ 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)
|
||||||
|
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
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
[↩️](../README.md) Back to the Welcome page
|
[↩️](../README.md) Back to the Welcome page
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue