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 MMA8451Q by
Revision 5:05700df05c8f, committed 2017-11-11
- Comitter:
- zdenka
- Date:
- Sat Nov 11 09:41:07 2017 +0000
- Parent:
- 4:c4d879a39775
- Commit message:
- freefall
Changed in this revision
MMA8451Q.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r c4d879a39775 -r 05700df05c8f MMA8451Q.h --- a/MMA8451Q.h Fri Oct 12 11:35:07 2012 +0000 +++ b/MMA8451Q.h Sat Nov 11 09:41:07 2017 +0000 @@ -97,12 +97,12 @@ * @param res array where acceleration data will be stored */ void getAccAllAxis(float * res); - +void readRegs(int addr, uint8_t * data, int len); + void writeRegs(uint8_t * data, int len); private: I2C m_i2c; int m_addr; - void readRegs(int addr, uint8_t * data, int len); - void writeRegs(uint8_t * data, int len); + int16_t getAccAxis(uint8_t addr); };