Skip to content
This repository was archived by the owner on Sep 13, 2020. It is now read-only.

Commit af568de

Browse files
author
Siyin Yang
committed
Add note on global ParseClient object in class description
1 parent d40dc03 commit af568de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

yun/libraries/Parse/src/internal/ParseClient.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535

3636
/*! \class ParseClient
3737
* \brief Class responsible for Parse connection
38+
*
39+
* NOTE: A global ParseClient object with name "Parse" is defined in SDK,
40+
* use it in your sketch instead of defining your own ParseClient object.
3841
*/
3942
class ParseClient {
4043
private:

0 commit comments

Comments
 (0)