SELKIELogger
1.0.0
|
Map device functions to message IDs. More...
#include <LoggerI2C.h>
Public Attributes | |
uint8_t | messageID |
Message ID to report. | |
string | message_name |
Message name to report. | |
uint8_t | deviceAddr |
I2C Device address. | |
i2c_dev_read_fn | func |
Pointer to device read function. | |
void * | ext |
If not NULL, pointer to additional device data. | |
Map device functions to message IDs.
Definition at line 52 of file LoggerI2C.h.