lab 6
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();
}