Denwis La / Mbed OS mDot_Send_Data

Dependencies:   libmDot-dev-mbed5-deprecated ISL29011

Fork of mdot-examples by 3mdeb

Revision:
14:454090793a35
Parent:
13:e336881e0a3e
Child:
15:d110e4bbff65
--- 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  */