Update Reference.md

This commit is contained in:
HomeSpan 2021-07-08 21:59:38 -05:00 committed by GitHub
parent e0c47f6a19
commit b3237f06ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ The HomeSpan Library is invoked by including *HomeSpan.h* in your Arduino sketch
## *homeSpan* ## *homeSpan*
At runtime this HomeSpan will create a global **object** named `homeSpan` that supports the following methods: At runtime HomeSpan will create a global **object** named `homeSpan` that supports the following methods:
* `void begin(Category catID, const char *displayName, const char *hostNameBase, const char *modelName)` * `void begin(Category catID, const char *displayName, const char *hostNameBase, const char *modelName)`
* initializes HomeSpan * initializes HomeSpan