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 17:6a08357dbb3f, committed 2018-02-23
- Comitter:
- htdoughe
- Date:
- Fri Feb 23 16:52:30 2018 +0000
- Parent:
- 16:993757c8b398
- Child:
- 18:216cc41b55f3
- Commit message:
- test on yours
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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();
}