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
Diff: main.cpp
- Revision:
- 17:6a08357dbb3f
- Parent:
- 16:993757c8b398
- Child:
- 18:216cc41b55f3
--- 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(); }