![]() |
ISF
2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
|
#include "I2C1.h"#include "SensorEnable.h"#include "OutX.h"#include "OutY.h"#include "OutZ.h"#include <isf_sensor_types.h>#include <isf_fifo.h>#include <isf_accelerometer_types.h>#include "mma8491q.h"#include "fsl_mma8491q_i2c_3D_accel.h"#include "fsl_i2c_master_driver.h"#include "Cpu.h"

Go to the source code of this file.
Macros | |
| #define | MMA8491Q_1_DATA_TYPE mma8491q_DataBuffer_t |
Variables | |
| mma8491q_Sensor_Specific_Settings_t | MMA8491Q_1_Sensor_Specific_Config |
| This allows access to the sensor specific configuration for the target sensor. More... | |
| const isf_dsa_Adapter_t | MMA8491Q_1_Adapter |
| This allows access to the sensor adapter instance for the target sensor. More... | |
| const i2c_device_t | MMA8491Q_1_DeviceInfo |
| This allows access to the sensor communications specific configuration. More... | |
Definition in file MMA8491Q_1.h.