This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

which libraries allow us to use this functions?

hello guys, i wan't to explain in my project which library i use for some functions, for example to read data from MPU9150 which is on sensor hub  

MPU9150DataAccelGetFloat

MPU9150DataGyroGetFloat

MPU9150DataMagnetoGetFloat

 

void

MPU9150I2CIntHandler(void)

and for this is it   #include "driverlib/rom_map.h"?

ROM_SysCtlPeripheralEnable(SYSCTL_PERIPH_I2C7);    ROM_SysCtlPeripheralEnable(SYSCTL_PERIPH_GPIOD);

ROM_GPIOPinConfigure(GPIO_PD0_I2C7SCL);

ROM_GPIOPinConfigure(GPIO_PD1_I2C7SDA);

 

I2CMInit  ?

i gues for this

GPIOPinTypeI2CSCL(GPIO_PORTD_BASE, GPIO_PIN_0);   

ROM_GPIOPinTypeI2C(GPIO_PORTD_BASE, GPIO_PIN_1);

we use   #include "driverlib/rom_map.h"