Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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
}
}
}