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 FXOS8700Q by
Revision 10:fe234f6ea180, committed 2017-12-06
- Comitter:
- DamianSan
- Date:
- Wed Dec 06 13:27:53 2017 +0000
- Parent:
- 9:5553a64d0762
- Commit message:
- Final version of accelerometer example program for FRDM-K64F evaluation board
Changed in this revision
| FXOS8700Q.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/FXOS8700Q.cpp Wed May 07 18:08:08 2014 +0000
+++ b/FXOS8700Q.cpp Wed Dec 06 13:27:53 2017 +0000
@@ -25,7 +25,7 @@
FXOS8700Q_acc::FXOS8700Q_acc(PinName sda, PinName scl, int addr) : m_i2c(sda, scl), m_addr(addr) {
// activate the peripheral
uint8_t data[2] = {FXOS8700Q_CTRL_REG1, 0x00};
- m_i2c.frequency(400000);
+ m_i2c.frequency(100000);
writeRegs(data, 2);
data[0] = FXOS8700Q_M_CTRL_REG1;
data[1] = 0x1F;
