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.
Fork of X_NUCLEO_IKS01A1 by
Diff: Components/lis3mdl/lis3mdl_class.h
- Revision:
- 6:8d2abd695c52
- Parent:
- 5:8bab0f419849
- Child:
- 18:1cb4ae9d83e7
diff -r 8bab0f419849 -r 8d2abd695c52 Components/lis3mdl/lis3mdl_class.h --- a/Components/lis3mdl/lis3mdl_class.h Wed Apr 15 12:10:42 2015 +0200 +++ b/Components/lis3mdl/lis3mdl_class.h Wed Apr 15 13:45:30 2015 +0200 @@ -73,6 +73,7 @@ MAGNETO_StatusTypeDef LIS3MDL_Init(MAGNETO_InitTypeDef *LIS3MDL_Init); MAGNETO_StatusTypeDef LIS3MDL_Read_M_ID(uint8_t *m_id); MAGNETO_StatusTypeDef LIS3MDL_M_GetAxes(int32_t *pData); + MAGNETO_StatusTypeDef LIS3MDL_M_GetAxesRaw(int16_t *pData); /** @@ -138,8 +139,6 @@ /*** Instance Variables ***/ /* IO Device */ DevI2C &dev_i2c; - - /* TODO */ }; #endif // __LIS3MDL_CLASS_H
