For experimentation NMHU Ambient computing
Dependents: KL46z_single_tap_empty_DE_4_1_PROJECT1B_wInterrupts KL46z_single_tap_empty_DE_4_1_PROJECT1D KL46z_single_tap_generic RAHUL_KL46z_single_tap_generic_copy ... more
Fork of MMA8451Q8a by
Diff: MMA8451Q8g.h
- Revision:
- 12:12b18fdb72f7
- Parent:
- 9:3229b6691c89
--- 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);