MMA8451Q8g Updated
Fork of MMA8451Q8b by
Revision 13:ce3dd4d8064a, committed 2017-03-13
- Comitter:
- tisbrat
- Date:
- Mon Mar 13 14:03:25 2017 +0000
- Parent:
- 12:12b18fdb72f7
- Commit message:
- MMA8451Q8g
Changed in this revision
MMA8451Q8g.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 12b18fdb72f7 -r ce3dd4d8064a MMA8451Q8g.h --- a/MMA8451Q8g.h Mon Feb 22 16:54:40 2016 +0000 +++ b/MMA8451Q8g.h Mon Mar 13 14:03:25 2017 +0000 @@ -119,6 +119,13 @@ Generic register set mode for those needing to be put in standby to update **/ + /*Added functions*/ + void setPulseConfigurationt(int latch,int axisSet); + void setPulseThreshold (int axisSelect, int threshold); + void setPulseTimeLimit (int timeLimit); + void setPulseLatency(int latencyTime); + /*End Added functions*/ + void setRegisterInStandby(uint8_t regAddress,uint8_t regData); void setStandbyMode(); void setActiveMode();