We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d647fe0 commit c5e2326Copy full SHA for c5e2326
1 file changed
src/AdafruitIO_Dashboard.cpp
@@ -12,6 +12,15 @@
12
#include "AdafruitIO_Dashboard.h"
13
#include "AdafruitIO.h"
14
15
+/**************************************************************************/
16
+/*!
17
+ @brief Sets Adafruit IO Dashboard instance.
18
+ @param *io
19
+ Reference to Adafruit IO class.
20
+ @param *n
21
+ Valid username string.
22
+*/
23
24
AdafruitIO_Dashboard::AdafruitIO_Dashboard(AdafruitIO *io, const char *n) {
25
_io = io;
26
name = n;
0 commit comments