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 ADXL345_I2C by
Revision 2:42b8b44580ec, committed 2017-10-03
- Comitter:
- rulla
- Date:
- Tue Oct 03 16:39:54 2017 +0000
- Parent:
- 1:92fa975dab32
- Commit message:
- ok
Changed in this revision
| ADXL345_I2C.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/ADXL345_I2C.h Wed Feb 02 07:01:39 2011 +0000 +++ b/ADXL345_I2C.h Tue Oct 03 16:39:54 2017 +0000 @@ -91,9 +91,9 @@ #define ADXL345_12HZ5 0x07 #define ADXL345_6HZ25 0x06 -#define ADXL345_ID 0x1D -#define ADXL345_I2C_READ 0x3B -#define ADXL345_I2C_WRITE 0x3A +#define ADXL345_ID 0x53 +#define ADXL345_I2C_READ 0xa7 +#define ADXL345_I2C_WRITE 0xa6 #define ADXL345_MULTI_BYTE 0x60 #define ADXL345_X 0x00
