Skip to content

Commit c5e2326

Browse files
author
brentru
committed
doxy finish dashboard
1 parent d647fe0 commit c5e2326

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/AdafruitIO_Dashboard.cpp

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@
1212
#include "AdafruitIO_Dashboard.h"
1313
#include "AdafruitIO.h"
1414

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+
/**************************************************************************/
1524
AdafruitIO_Dashboard::AdafruitIO_Dashboard(AdafruitIO *io, const char *n) {
1625
_io = io;
1726
name = n;

0 commit comments

Comments
 (0)