DE_4_1 Project 1b 150203

Fork of MMA8451Q8b by Stanley Cohen

Revision:
9:a9cba88ad7f6
Parent:
8:993bb9e96a4b
--- a/MMA8451Q8.h	Tue Feb 03 17:59:00 2015 +0000
+++ b/MMA8451Q8.h	Wed Feb 04 06:50:25 2015 +0000
@@ -112,6 +112,12 @@
   void setGLimit(int gSelect); 
   // added in .cpp file for tap configuration
   void setPulseConfiguration(uint8_t latch,uint8_t axisSet);
+  
+  /// Adding to setup other registers _ DE _ 150203
+  void setPulseThreshold (uint8_t axisSelect, uint8_t threshold);
+  void setPulseTimeLimit (uint8_t timeLimit);
+  void setPulseLatency (uint8_t latencyTime);
+  
   void readRegs(int addr, uint8_t * data, int len);
   void writeRegs(uint8_t * data, int len);