![]() |
ISSDK
1.8
IoT Sensing Software Development Kit
|
The auto_detection_shield.h file describes the definitions for Sensor I2C and SPI parameters required to detects the Sensor Shield. More...

Go to the source code of this file.
Macros | |
| #define | FXOS8700_I2C_ADDR 0x1E |
| #define | FXAS21002_I2C_ADDR 0x20 |
| #define | MAG3110_I2C_ADDR 0x0E |
| #define | MPL3115_I2C_ADDR 0x60 |
| #define | FXPQ3115_I2C_ADDR 0x60 |
| #define | MMA8652_I2C_ADDR 0x1D |
| #define | FXLS8471_SPI_CS D10 |
| #define | FXLS8962_I2C_ADDR 0x18 |
| #define | FXLS8962_CS D10 |
| #define | FXLC95000_I2C_ADDR 0x4C |
| #define | MMA9553_I2C_ADDR 0x4C |
| #define | MMA8491_I2C_ADDR 0x55 |
| #define | MMA8491_EN A1 |
| #define | MMA8451_I2C_ADDR 0x1D |
| #define | DIFF_P_I2C_ADDR 0x60 |
| #define | DIFF_P_SPI_CS D10 |
The auto_detection_shield.h file describes the definitions for Sensor I2C and SPI parameters required to detects the Sensor Shield.
Definition in file auto_detection_shield.h.
| #define DIFF_P_I2C_ADDR 0x60 |
Definition at line 83 of file auto_detection_shield.h.
Referenced by main().
| #define DIFF_P_SPI_CS D10 |
Definition at line 84 of file auto_detection_shield.h.
Referenced by ADS_InitSPI_DIFF_P().
| #define FXAS21002_I2C_ADDR 0x20 |
Definition at line 32 of file auto_detection_shield.h.
Referenced by main().
| #define FXLC95000_I2C_ADDR 0x4C |
Definition at line 70 of file auto_detection_shield.h.
Referenced by ADS_FXLC95000Query(), fxlc95000_enSensor(), main(), and process_host_command().
| #define FXLS8471_SPI_CS D10 |
Definition at line 63 of file auto_detection_shield.h.
Referenced by ADS_InitSPI_FXLS8471(), FXLS8471Q_Init(), and main().
| #define FXLS8962_CS D10 |
Definition at line 67 of file auto_detection_shield.h.
Referenced by ADS_InitSPI_FXLS8962(), and main().
| #define FXLS8962_I2C_ADDR 0x18 |
Definition at line 66 of file auto_detection_shield.h.
Referenced by main(), perform_selftest(), and process_host_command().
| #define FXOS8700_I2C_ADDR 0x1E |
Definition at line 25 of file auto_detection_shield.h.
Referenced by main().
| #define FXPQ3115_I2C_ADDR 0x60 |
Definition at line 49 of file auto_detection_shield.h.
Referenced by main().
| #define MAG3110_I2C_ADDR 0x0E |
Definition at line 39 of file auto_detection_shield.h.
Referenced by main().
| #define MMA8451_I2C_ADDR 0x1D |
Definition at line 80 of file auto_detection_shield.h.
| #define MMA8491_EN A1 |
Definition at line 77 of file auto_detection_shield.h.
Referenced by ADS_DetectShield(), and main().
| #define MMA8491_I2C_ADDR 0x55 |
Definition at line 76 of file auto_detection_shield.h.
Referenced by main().
| #define MMA8652_I2C_ADDR 0x1D |
Definition at line 56 of file auto_detection_shield.h.
Referenced by main().
| #define MMA9553_I2C_ADDR 0x4C |
Definition at line 73 of file auto_detection_shield.h.
Referenced by ADS_MMA9553Query(), and main().
| #define MPL3115_I2C_ADDR 0x60 |
Definition at line 46 of file auto_detection_shield.h.
Referenced by main().