CPS-Lab* / Mbed 2 deprecated lab6

Dependencies:   ADXL362 mbed MPL3115A2

Files at this revision

API Documentation at this revision

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