Eric Tsai / LIS3DH

Fork of LIS3DH by Kenji Arai

Revision:
9:c32d2b25d4c2
Parent:
8:0999d25ed7bc
Child:
11:972c166f654b
--- a/LIS3DH.h	Wed Aug 23 09:26:06 2017 +0000
+++ b/LIS3DH.h	Sat Jun 09 09:12:34 2018 +0000
@@ -223,7 +223,8 @@
       * @return none
       */
     void write_reg(uint8_t addr, uint8_t data);
-
+    uint8_t setAct(uint8_t addr);
+    
 protected:
     void initialize(uint8_t, uint8_t, uint8_t);
     void read_reg_data(char *data);