![]() |
ISSDK
1.7
IoT Sensing Software Development Kit
|

Go to the source code of this file.
Macros | |
| #define | SHIELD_NAME "FRDM-FXS-MULT2-B" |
| #define | FXOS8700_I2C_ADDR 0x1E |
| #define | FXOS8700_INT1 D2 |
| #define | FXOS8700_INT2 D4 |
| #define | FXOS8700_CS A2 |
| #define | FXAS21002_I2C_ADDR 0x20 |
| #define | FXAS21002_INT1 D5 |
| #define | FXAS21002_CS D10 |
| #define | MAG3110_I2C_ADDR 0x0E |
| #define | MAG3110_INT1 D2 |
| #define | MPL3115_I2C_ADDR 0x60 |
| #define | MPL3115_INT1 D8 |
| #define | MMA8652_I2C_ADDR 0x1D |
| #define | MMA8652_INT1 D4 |
| #define | FXLS8471_INT1 D5 |
| #define | FXLS8471_SPI_CS D10 |
| #define | MMA9553_I2C_ADDR 0x4C |
Shield Parameters | |
Use this section to define the shield board: 3 bit code 0 to 7 inclusive transmitted in bits 7-5 for display purposes only. | |
| #define | SHIELD_MULTIB 0 |
| #define | SHIELD_NONE 1 |
| #define | SHIELD_AGM01 2 |
| #define | SHIELD_AGM02 3 |
| #define | SHIELD_AGMP03 4 |
| #define | SHIELD_AGM04 5 |
| #define | THIS_SHIELD SHIELD_MULTIB |
| #define FXAS21002_CS D10 |
Definition at line 66 of file frdm_fxs_mult2b_shield.h.
Referenced by main().
| #define FXAS21002_I2C_ADDR 0x20 |
Definition at line 64 of file frdm_fxs_mult2b_shield.h.
| #define FXAS21002_INT1 D5 |
Definition at line 65 of file frdm_fxs_mult2b_shield.h.
Referenced by main().
| #define FXLS8471_INT1 D5 |
Definition at line 97 of file frdm_fxs_mult2b_shield.h.
Referenced by main().
| #define FXLS8471_SPI_CS D10 |
Definition at line 98 of file frdm_fxs_mult2b_shield.h.
| #define FXOS8700_CS A2 |
Definition at line 57 of file frdm_fxs_mult2b_shield.h.
Referenced by main().
| #define FXOS8700_I2C_ADDR 0x1E |
Definition at line 54 of file frdm_fxs_mult2b_shield.h.
| #define FXOS8700_INT1 D2 |
Definition at line 55 of file frdm_fxs_mult2b_shield.h.
Referenced by main().
| #define FXOS8700_INT2 D4 |
Definition at line 56 of file frdm_fxs_mult2b_shield.h.
Referenced by main().
| #define MAG3110_I2C_ADDR 0x0E |
Definition at line 73 of file frdm_fxs_mult2b_shield.h.
| #define MAG3110_INT1 D2 |
Definition at line 74 of file frdm_fxs_mult2b_shield.h.
Referenced by main().
| #define MMA8652_I2C_ADDR 0x1D |
Definition at line 89 of file frdm_fxs_mult2b_shield.h.
| #define MMA8652_INT1 D4 |
Definition at line 90 of file frdm_fxs_mult2b_shield.h.
Referenced by main().
| #define MMA9553_I2C_ADDR 0x4C |
Definition at line 101 of file frdm_fxs_mult2b_shield.h.
| #define MPL3115_I2C_ADDR 0x60 |
Definition at line 81 of file frdm_fxs_mult2b_shield.h.
| #define MPL3115_INT1 D8 |
Definition at line 82 of file frdm_fxs_mult2b_shield.h.
Referenced by main().
| #define SHIELD_AGM01 2 |
Definition at line 109 of file frdm_fxs_mult2b_shield.h.
| #define SHIELD_AGM02 3 |
Definition at line 110 of file frdm_fxs_mult2b_shield.h.
| #define SHIELD_AGM04 5 |
Definition at line 112 of file frdm_fxs_mult2b_shield.h.
| #define SHIELD_AGMP03 4 |
Definition at line 111 of file frdm_fxs_mult2b_shield.h.
| #define SHIELD_MULTIB 0 |
Definition at line 107 of file frdm_fxs_mult2b_shield.h.
| #define SHIELD_NAME "FRDM-FXS-MULT2-B" |
Definition at line 45 of file frdm_fxs_mult2b_shield.h.
Referenced by main().
| #define SHIELD_NONE 1 |
Definition at line 108 of file frdm_fxs_mult2b_shield.h.
| #define THIS_SHIELD SHIELD_MULTIB |
Definition at line 113 of file frdm_fxs_mult2b_shield.h.
Referenced by CreateAndSendPackets().