This library enables users to communicate with the ADXL345 accelerometer through the I2C bus on the mbed. The API names are similar and work nearly the same way as those made in the SPI libraries for the ADXL345.
Revision 1:d9412b56f98a, committed 2011-05-12
- Comitter:
- peterswanson87
- Date:
- Thu May 12 01:19:36 2011 +0000
- Parent:
- 0:d0adb548714f
- Commit message:
Changed in this revision
ADXL345_I2C.cpp | Show annotated file Show diff for this revision Revisions of this file |
ADXL345_I2C.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r d0adb548714f -r d9412b56f98a ADXL345_I2C.cpp --- a/ADXL345_I2C.cpp Thu May 12 00:48:39 2011 +0000 +++ b/ADXL345_I2C.cpp Thu May 12 01:19:36 2011 +0000 @@ -15,6 +15,8 @@ * (God's) law might be fully met in us, who live not according to the flesh * but according to the Spirit." * + * A special thanks to Ewout van Bekkum for all his patient help in developing this library! + * * @section LICENSE * * Permission is hereby granted, free of charge, to any person obtaining a copy
diff -r d0adb548714f -r d9412b56f98a ADXL345_I2C.h --- a/ADXL345_I2C.h Thu May 12 00:48:39 2011 +0000 +++ b/ADXL345_I2C.h Thu May 12 01:19:36 2011 +0000 @@ -15,6 +15,8 @@ * (God's) law might be fully met in us, who live not according to the flesh * but according to the Spirit." * + * A special thanks to Ewout van Bekkum for all his patient help in developing this library! + * * @section LICENSE * * Permission is hereby granted, free of charge, to any person obtaining a copy