libreria aggiornata

Files at this revision

API Documentation at this revision

Comitter:
max_mbed
Date:
Mon Jan 23 22:51:58 2017 +0000
Parent:
0:30cd7984fb5b
Commit message:
Tolto il passa alto all'accelerazione che come previsto da fastidio perch? troppo basso.

Changed in this revision

LSM6DS0.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/LSM6DS0.cpp	Mon Jan 23 22:27:11 2017 +0000
+++ b/LSM6DS0.cpp	Mon Jan 23 22:51:58 2017 +0000
@@ -93,10 +93,10 @@
     tmp = 0b01000011 ; // HPF_G enable, HPF_G 4 Hz cutoff
     state += this->write(CTRL_REG3_G, tmp); //Return 0 if the operation successes!
     
-    /* //-> troppo alto non va bene    */
+    /* //-> troppo alto non va bene 
     tmp = 0b11100010 ; // HPF_XL enable, HPF_G 952/400 Hz cutoff 
     state += this->write(CTRL_REG7_XL, tmp); //Return 0 if the operation successes!
-	// */
+	*/
     return state;
 }