CPS-Lab* / Mbed 2 deprecated lab6

Dependencies:   ADXL362 mbed MPL3115A2

Revision:
17:6a08357dbb3f
Parent:
16:993757c8b398
Child:
18:216cc41b55f3
diff -r 993757c8b398 -r 6a08357dbb3f main.cpp
--- a/main.cpp	Fri Feb 23 16:47:22 2018 +0000
+++ b/main.cpp	Fri Feb 23 16:52:30 2018 +0000
@@ -165,9 +165,9 @@
     int start, length;
     start = 0;
     length = 0;
-    while(1){
+    //while(1){
         adxl362_reg_print(start, length);
-    }
+    //}
     knocks();
     
 }