変更なし
Fork of LPS25H by
Revision 2:c7d766cb0f65, committed 2016-03-25
- Comitter:
- naoki_westwell
- Date:
- Fri Mar 25 19:20:49 2016 +0000
- Parent:
- 1:1b7a9c987567
- Commit message:
- ????????????ODR????1Hz?25Hz?
Changed in this revision
| LPS25H.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/LPS25H.cpp Fri Mar 25 18:31:49 2016 +0000
+++ b/LPS25H.cpp Fri Mar 25 19:20:49 2016 +0000
@@ -77,8 +77,8 @@
void LPS25H::init()
{
- // Power ON Cycle=1Hz
- put(LPS25H_CTRL_REG1, 0x90);
+ // Power ON Cycle=25Hz
+ put(LPS25H_CTRL_REG1, 0xC0);
}
