Skip to content

Commit f0b9f46

Browse files
authored
Merge pull request #170 from sparkfun/feature/sdk-documentation
doxy comments added
2 parents 814572e + 62ae831 commit f0b9f46

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/iot/iot_arduino/flxIoTArduino.h

+3
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,10 @@ class DataLoggerAIOTConnectionHandler : public ConnectionHandler
209209
///
210210
typedef struct
211211
{
212+
/// @brief The type of the variable
212213
flxDataType_t type;
214+
215+
/// @brief The variable itself - from the ArduinoIoTCloud library
213216
void *variable;
214217
} flxIoTArduinoVar_t;
215218

0 commit comments

Comments
 (0)