![]() |
ISF
2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
|
This is user's event module. Put your event handler code here. More...
#include "Cpu.h"
#include "Events.h"
#include "rtos_main_task.h"
#include "os_tasks.h"
#include "App1_Functions.h"
#include "BasicApp1_Functions.h"
#include "fsl_Sensor_Custom_1_Functions.h"
#include "fsl_Sensor_Analog_1_Functions.h"
Go to the source code of this file.
Macros | |
#define | Custom_1_CONVERT_FLOAT_FACTOR 0.000061 |
#define | Custom_1_CONVERT_FIXED_FACTOR 4 |
#define | BYTES_FOR_FULL_READ 7 |
Variables | |
const uint8_t | Custom_1_Who_Am_I_Values [] = {0x4A, 0x5A} |
Define the WHO_AM_I register values for both possible sensor variations. More... | |
Custom_1_Sensor_Specific_Settings_t | Custom_1_Sensor_Specific_Config |
This allows access to the sensor specific configuration for the target sensor. More... | |
const i2c_device_t | Custom_1_DeviceInfo |
This allows access to the sensor communications specific configuration. More... | |
isf_SensorTypes_t | Custom_1_SupportedSensorTypes [] |
Supported sensor and data types for the Sensor. More... | |
isf_SensorDataTypes_t | Custom_1_SupportedDataTypes [] |
This is user's event module. Put your event handler code here.
Definition in file fsl_Sensor_Custom_1_Functions.c.
#define BYTES_FOR_FULL_READ 7 |
Referenced by Custom_1_fsl_Sensor_Custom_PeriodicCallback().