CPS-Lab* / Mbed 2 deprecated lab6

Dependencies:   ADXL362 mbed MPL3115A2

Revision:
3:813694e51f72
Parent:
2:496a662be854
Child:
4:8065ca897f8b
--- a/main.cpp	Tue Feb 20 15:44:35 2018 +0000
+++ b/main.cpp	Tue Feb 20 15:45:14 2018 +0000
@@ -42,6 +42,8 @@
             //if length == 0, send everything from s to end of registers
             if(l == 0){
                 
+            }else{
+                //else send from s to s+l
             }
         }
     }