We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9487a85 commit 56a6eb8Copy full SHA for 56a6eb8
src/internal/ParseClient.h
@@ -35,6 +35,9 @@
35
36
/*! \class ParseClient
37
* \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.
41
*/
42
class ParseClient {
43
private:
0 commit comments