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 1:92fa975dab32, committed 2011-02-02
- Comitter:
- nimbusgb
- Date:
- Wed Feb 02 07:01:39 2011 +0000
- Parent:
- 0:3957077e9775
- Child:
- 2:475c5366629a
- Commit message:
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 06:38:11 2011 +0000 +++ b/ADXL345_I2C.h Wed Feb 02 07:01:39 2011 +0000 @@ -30,6 +30,10 @@ * Datasheet: * * http://www.analog.com/static/imported-files/data_sheets/ADXL345.pdf + * + * Things to know: SDO pin must be tied high for address 0x1D or low for address 0x53. + * It cannot be left floating. + */ #ifndef ADXL345_I2C_H
