Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: BM1383AGLV.h
- Revision:
- 2:4aa16ca14915
- Parent:
- 1:49d8e4da0b7c
- Child:
- 3:24c3e7a9db4e
--- a/BM1383AGLV.h Wed Oct 02 11:39:53 2019 +0000 +++ b/BM1383AGLV.h Wed Oct 02 11:53:10 2019 +0000 @@ -207,51 +207,51 @@ /** It gets the device identifications. */ - BM1383AGLV_status_t BM1383AGLV_GetDeviceID ( I2C_parameters_t myI2Cparameters, BM1383AGLV_data_t* myDeviceID ); + BM1383AGLV_status_t BM1383AGLV_GetDeviceID ( BM1383AGLV_data_t* myDeviceID ); /** It sets the power-down mode. */ - BM1383AGLV_status_t BM1383AGLV_SetPowerDown ( I2C_parameters_t myI2Cparameters, BM1383AGLV_data_t myPwrDown ); + BM1383AGLV_status_t BM1383AGLV_SetPowerDown ( BM1383AGLV_data_t myPwrDown ); /** It gets the power-down mode. */ - BM1383AGLV_status_t BM1383AGLV_GetPowerDown ( I2C_parameters_t myI2Cparameters, BM1383AGLV_data_t* myPwrDown ); + BM1383AGLV_status_t BM1383AGLV_GetPowerDown ( BM1383AGLV_data_t* myPwrDown ); /** It sets the soft-reset. */ - BM1383AGLV_status_t BM1383AGLV_SetSoftReset ( I2C_parameters_t myI2Cparameters, BM1383AGLV_data_t myRSTB ); + BM1383AGLV_status_t BM1383AGLV_SetSoftReset ( BM1383AGLV_data_t myRSTB ); /** It gets the reset flag. */ - BM1383AGLV_status_t BM1383AGLV_GetSoftResetFlag ( I2C_parameters_t myI2Cparameters, BM1383AGLV_data_t* myRSTB ); + BM1383AGLV_status_t BM1383AGLV_GetSoftResetFlag ( BM1383AGLV_data_t* myRSTB ); /** It sets the mode control. */ - BM1383AGLV_status_t BM1383AGLV_SetModeControl ( I2C_parameters_t myI2Cparameters, BM1383AGLV_data_t myModeCont ); + BM1383AGLV_status_t BM1383AGLV_SetModeControl ( BM1383AGLV_data_t myModeCont ); /** It gets the mode control. */ - BM1383AGLV_status_t BM1383AGLV_GetModeControl ( I2C_parameters_t myI2Cparameters, BM1383AGLV_data_t* myModeCont ); + BM1383AGLV_status_t BM1383AGLV_GetModeControl ( BM1383AGLV_data_t* myModeCont ); /** It gets the status flag. */ - BM1383AGLV_status_t BM1383AGLV_GetStatus ( I2C_parameters_t myI2Cparameters, BM1383AGLV_data_t* myRD_DRDY ); + BM1383AGLV_status_t BM1383AGLV_GetStatus ( BM1383AGLV_data_t* myRD_DRDY ); /** It gets the raw pressure. */ - BM1383AGLV_status_t BM1383AGLV_GetRawPressure ( I2C_parameters_t myI2Cparameters, BM1383AGLV_data_t* myRawP ); + BM1383AGLV_status_t BM1383AGLV_GetRawPressure ( BM1383AGLV_data_t* myRawP ); /** It gets the raw temperature. */ - BM1383AGLV_status_t BM1383AGLV_GetRawTemperature ( I2C_parameters_t myI2Cparameters, BM1383AGLV_data_t* myRawT ); + BM1383AGLV_status_t BM1383AGLV_GetRawTemperature ( BM1383AGLV_data_t* myRawT ); /** It gets the pressure. */ - BM1383AGLV_status_t BM1383AGLV_GetPressure ( I2C_parameters_t myI2Cparameters, BM1383AGLV_data_t* myP ); + BM1383AGLV_status_t BM1383AGLV_GetPressure ( BM1383AGLV_data_t* myP ); /** It gets the temperature. */ - BM1383AGLV_status_t BM1383AGLV_GetTemperature ( I2C_parameters_t myI2Cparameters, BM1383AGLV_data_t* myT ); + BM1383AGLV_status_t BM1383AGLV_GetTemperature ( BM1383AGLV_data_t* myT );