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.
Dependencies: libmDot-dev-mbed5-deprecated ISL29011
Fork of mdot-examples by
Diff: peer_to_peer_example.cpp
- Revision:
- 14:454090793a35
- Parent:
- 13:e336881e0a3e
- Child:
- 15:d110e4bbff65
diff -r e336881e0a3e -r 454090793a35 peer_to_peer_example.cpp
--- a/peer_to_peer_example.cpp Sat Dec 09 03:21:18 2017 +0000
+++ b/peer_to_peer_example.cpp Sat Dec 09 03:24:26 2017 +0000
@@ -572,7 +572,7 @@
******************************************************************************/
////////////////////////////////////////////////////////////////////////////////
void ADXL372Initialize(void){
- accelerometerI2CWrite(0x3F, 0x8F); // Enable I2C highspeed,Low Pass, High pass and full bandwidth measurement mode
+ accelerometerI2CWrite(0x3F, 0x0F); // Enable I2C highspeed,Low Pass, High pass and full bandwidth measurement mode
/* accelerometerI2CWrite(0x24, 0x01); // X used for activity threshold
accelerometerI2CWrite(0x26, 0x01); // Y used for activity threshold
accelerometerI2CWrite(0x28, 0x01); // Z used for activity threshold */
