Update Tutorials.md

This commit is contained in:
HomeSpan 2024-01-15 18:04:25 -06:00 committed by GitHub
parent fbc1ac9cbe
commit 7f2f093fff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -144,6 +144,9 @@ Demonstrates how to use the *StepperControl* class to operate a stepper motor.
### [CustomNVSPartition](../examples/Other%20Examples/CustomNVSPartition) ### [CustomNVSPartition](../examples/Other%20Examples/CustomNVSPartition)
Demonstrates how to create a Custom Partition Scheme for your sketch by adding a *partitions.csv* file to your sketch folder. Can be used to expand the size of the non-volatile-storage (NVS) partition, which may be needed when creating a HomeSpan device with many Accessories whose Characteristics you want to save in NVS Demonstrates how to create a Custom Partition Scheme for your sketch by adding a *partitions.csv* file to your sketch folder. Can be used to expand the size of the non-volatile-storage (NVS) partition, which may be needed when creating a HomeSpan device with many Accessories whose Characteristics you want to save in NVS
### [ExternalReference](../examples/Other%20Examples/ExternalReference)
Demonstrates how to access Characteristics of Services from outside those Services, such as from within the main Arduino `loop()`. In this sketch we re-create the two LEDs in Example 5 with an added function in the main Arduino `loop()` that checks if both LEDs are on at the same time, and if so, they are automtically turned off.
--- ---
[↩️](../README.md) Back to the Welcome page [↩️](../README.md) Back to the Welcome page