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 2:496a662be854, committed 2018-02-20
- Comitter:
- htdoughe
- Date:
- Tue Feb 20 15:44:35 2018 +0000
- Parent:
- 1:b8716571ecac
- Child:
- 3:813694e51f72
- Commit message:
- comments and 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:43:51 2018 +0000
+++ b/main.cpp Tue Feb 20 15:44:35 2018 +0000
@@ -35,7 +35,7 @@
// start sending stuff
//first check DEVID_AD == 0xAD
if(DEVID_AD != 0xAD){
- printf("error: DEVID_AD is not 0xAD\n");
+ printf("error: DEVID_AD is not 0xAD; exiting\n");
return 1;
}else{
//now do stuff