![]() |
ISSDK
1.7
IoT Sensing Software Development Kit
|
This defines a record type to store the communication channel info and WHO_AM_I address/value for various Sensor Shields. More...
#include <auto_detection_service.h>

Data Fields | |
| ADS_Channel_t | channel |
| uint32_t | slaveAddr |
| uint32_t | whoAmIAddr |
| uint32_t | whoAmIValue |
| uint8_t | whoAmIMask |
This defines a record type to store the communication channel info and WHO_AM_I address/value for various Sensor Shields.
Definition at line 129 of file auto_detection_service.h.
| ADS_Channel_t channel |
Definition at line 131 of file auto_detection_service.h.
| uint32_t slaveAddr |
Definition at line 132 of file auto_detection_service.h.
| uint32_t whoAmIAddr |
Definition at line 133 of file auto_detection_service.h.
| uint8_t whoAmIMask |
Definition at line 135 of file auto_detection_service.h.
| uint32_t whoAmIValue |
Definition at line 134 of file auto_detection_service.h.