MotionMC Software Library: MOTION_MC_Exported_Functions

Motion MC

MotionMC Software Library
MotionMC Software Library Documentation
MOTION_MC_Exported_Functions

Functions

void MotionMC_Initialize (int sampletime, unsigned short int enable)
 Initialize the MotionMC engine. More...
 
void MotionMC_Update (MMC_Input_t *data_in)
 Run Magnetic Calibration algorithm. More...
 
void MotionMC_GetCalParams (MMC_Output_t *data_out)
 Get the magnetic compensation for hard/soft iron. More...
 
uint8_t MotionMC_GetLibVersion (char *version)
 Get the library version. More...
 

Detailed Description

Function Documentation

void MotionMC_GetCalParams ( MMC_Output_t data_out)

Get the magnetic compensation for hard/soft iron.

Parameters
data_outStructure containing output data
Return values
none
uint8_t MotionMC_GetLibVersion ( char *  version)

Get the library version.

Parameters
versionpointer to an array of 35 char
Return values
Numberof characters in the version string
void MotionMC_Initialize ( int  sampletime,
unsigned short int  enable 
)

Initialize the MotionMC engine.

Parameters
sampletimeperiod in milliseconds [ms] between the update function call
enableEnable (1) or disable (0) library
Return values
none
void MotionMC_Update ( MMC_Input_t data_in)

Run Magnetic Calibration algorithm.

Parameters
data_inStructure containing input data
Return values
none
Generated on Fri Mar 31 2017 11:11:15 for MotionMC Software Library by   doxygen 1.8.9.1