Skip to content

Commit

Permalink
Merge pull request #170 from sparkfun/feature/sdk-documentation
Browse files Browse the repository at this point in the history
doxy comments added
  • Loading branch information
gigapod authored Jul 23, 2024
2 parents 814572e + 62ae831 commit f0b9f46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/iot/iot_arduino/flxIoTArduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,10 @@ class DataLoggerAIOTConnectionHandler : public ConnectionHandler
///
typedef struct
{
/// @brief The type of the variable
flxDataType_t type;

/// @brief The variable itself - from the ArduinoIoTCloud library
void *variable;
} flxIoTArduinoVar_t;

Expand Down

0 comments on commit f0b9f46

Please sign in to comment.