pin assignments for mDot
Dependents: iks01a1_acc LoRaWAN-demo-72_mdotIKS01A1 MTDOT-UDKDemo_Senet MTDOT-UDKDemo
Fork of X_NUCLEO_IKS01A1 by
Diff: Components/lsm6ds3/lsm6ds3_class.h
- Revision:
- 50:f507d4465c31
- Parent:
- 46:badcff0675e8
- Child:
- 52:54553fd15b50
--- a/Components/lsm6ds3/lsm6ds3_class.h Mon Jun 08 17:37:59 2015 +0200 +++ b/Components/lsm6ds3/lsm6ds3_class.h Mon Jun 08 18:04:19 2015 +0200 @@ -138,16 +138,6 @@ return LSM6DS3_Get_Status_Free_Fall_Detection(status); } - 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 LSM6DS3_Init(IMU_6AXES_InitTypeDef *LSM6DS3_Init);