![]() |
ISSDK
1.8
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 103 of file auto_detection_service.h.
ADS_Channel_t channel |
Definition at line 105 of file auto_detection_service.h.
uint32_t slaveAddr |
Definition at line 106 of file auto_detection_service.h.
uint32_t whoAmIAddr |
Definition at line 107 of file auto_detection_service.h.
uint8_t whoAmIMask |
Definition at line 109 of file auto_detection_service.h.
uint32_t whoAmIValue |
Definition at line 108 of file auto_detection_service.h.