DE_4_1 Project 1b 150203

Fork of MMA8451Q8b by Stanley Cohen

Revision:
8:993bb9e96a4b
Parent:
7:ed7e11d269f8
Child:
9:a9cba88ad7f6
--- 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);