ADXL345 I2C + LCD + EEPROM

Dependents:   Projetminimal

Revision:
2:84e6d627c619
Parent:
1:d9412b56f98a
Child:
3:b4f3f0b17f41
--- a/ADXL345_I2C.cpp	Thu May 12 01:19:36 2011 +0000
+++ b/ADXL345_I2C.cpp	Thu Aug 01 08:13:05 2013 +0000
@@ -68,7 +68,7 @@
  char rx[2];
     rx[0] = ADXL345_DATA_FORMAT_REG;
     rx[1] = 0x0B; 
-     // full res and +_16g
+    // full res and +_16g
  i2c_.write( ADXL345_I2C_WRITE , rx, 2); 
  
  // Set Offset  - programmed into the OFSX, OFSY, and OFXZ registers, respectively, as 0xFD, 0x03 and 0xFE.