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 MMA8451Q8 by
Diff: MMA8451Q8.h
- Revision:
- 8:993bb9e96a4b
- Parent:
- 7:ed7e11d269f8
- Child:
- 9:84011f06d1ea
diff -r ed7e11d269f8 -r 993bb9e96a4b MMA8451Q8.h --- a/MMA8451Q8.h Wed Jan 28 21:39:04 2015 +0000 +++ b/MMA8451Q8.h Tue Feb 03 17:59:00 2015 +0000 @@ -110,6 +110,8 @@ Allow user to set max g's **/ void setGLimit(int gSelect); + // added in .cpp file for tap configuration + void setPulseConfiguration(uint8_t latch,uint8_t axisSet); void readRegs(int addr, uint8_t * data, int len); void writeRegs(uint8_t * data, int len);
