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/lsm6ds0/lsm6ds0_class.h
- Revision:
- 46:badcff0675e8
- Parent:
- 44:d757094f6229
- Child:
- 50:f507d4465c31
--- a/Components/lsm6ds0/lsm6ds0_class.h Mon Jun 08 15:36:36 2015 +0200 +++ b/Components/lsm6ds0/lsm6ds0_class.h Mon Jun 08 17:22:35 2015 +0200 @@ -125,6 +125,16 @@ return LSM6DS0_G_Set_FS(fullScale); } + virtual int PowerOff(void) { /* not yet implemented */ return 0; } + virtual int Reset(void) { /* not yet implemented */ return 0; } + + virtual void ConfigIT(uint16_t) { /* not yet implemented */ } + virtual void EnableIT(uint8_t) { /* not yet implemented */ } + virtual void DisableIT(uint8_t) { /* not yet implemented */ } + virtual uint8_t ITStatus(uint16_t, uint16_t) { /* not yet implemented */ return 0; } + virtual void ClearIT(uint16_t, uint16_t) { /* not yet implemented */ } + virtual void AttachIT(void (*fptr)(void)) { /* not yet implemented */ } + protected: /*** Methods ***/ IMU_6AXES_StatusTypeDef LSM6DS0_Init(IMU_6AXES_InitTypeDef *LSM6DS0_Init);