lab 6
Dependencies: ADXL362 mbed MPL3115A2
Revision 3:813694e51f72, committed 2018-02-20
- Comitter:
- htdoughe
- Date:
- Tue Feb 20 15:45:14 2018 +0000
- Parent:
- 2:496a662be854
- Child:
- 4:8065ca897f8b
- Commit message:
- more comments, more skeletons
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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
}
}
}