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 MMA8451Q8b by
Diff: MMA8451Q8g.h
- Revision:
- 12:12b18fdb72f7
- Parent:
- 9:3229b6691c89
- Child:
- 13:b58b302c53f6
--- a/MMA8451Q8g.h Mon Feb 09 20:05:35 2015 +0000 +++ b/MMA8451Q8g.h Mon Feb 22 16:54:40 2016 +0000 @@ -120,7 +120,8 @@ put in standby to update **/ void setRegisterInStandby(uint8_t regAddress,uint8_t regData); - + void setStandbyMode(); + void setActiveMode(); void readRegs(int addr, uint8_t * data, int len); void writeRegs(uint8_t * data, int len);