Update Tutorials.md

This commit is contained in:
HomeSpan 2020-11-22 22:11:59 -06:00 committed by GitHub
parent 31d383a62c
commit 21fd8e6859
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -38,7 +38,9 @@ Example 6 changes Example 5 so that LED #2 is now dimmable, instead of just on/o
* storing similar derived Service classes in the same \*.h file for ease of use * storing similar derived Service classes in the same \*.h file for ease of use
### [Example 7 - IdentifyRoutines](../examples/07-IdentifyRoutines/07-IdentifyRoutines.ino) ### [Example 7 - IdentifyRoutines](../examples/07-IdentifyRoutines/07-IdentifyRoutines.ino)
Example 7 uses the encapsulation techniques illustrated in Examples 5 and 6 to derive an easier-to-use Identify Service from HomeSpan's AccessoryInformation Service. New HomeSpan API topics covered in this example include:
* storing dissimilar derived Service classes in the different \*.h files for better portability