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: LIS2DH/LIS2DH.cpp
- Revision:
- 8:9a1d472648dc
- Parent:
- 6:7f750ae168b6
- Child:
- 9:b2cd18ee0056
--- a/LIS2DH/LIS2DH.cpp Thu Oct 31 10:15:58 2019 +0000 +++ b/LIS2DH/LIS2DH.cpp Thu Oct 31 12:17:50 2019 +0000 @@ -207,7 +207,11 @@ } */ - ctrl_reg1.bit.ODR = dataRate; ///< set the data rate + //ctrl_reg1.bit.ODR = dataRate; ///< set the data rate + ctrl_reg.bit.ODR0 = 0x1 + ctrl_reg.bit.ODR1 = 0x0 + ctrl_reg.bit.ODR2 = 0x1 + ctrl_reg.bit.ODR3 = 0x0 //Low power mode at 100Hz ODR0-ODR3 ctrl_reg1.bit.LPen = 0x1; ///< enable low power ctrl_reg1.bit.Zen = 0x1; ///< enable z ctrl_reg1.bit.Yen = 0x1; ///< enable y