test

Dependencies:   mbed cmps12_woy

Files at this revision

API Documentation at this revision

Comitter:
hisyamfs
Date:
Thu Mar 21 14:26:29 2019 +0000
Parent:
4:81d46d99f0a3
Commit message:
nambahin erase profile di main

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 81d46d99f0a3 -r c39f2e572384 main.cpp
--- a/main.cpp	Thu Mar 21 14:16:48 2019 +0000
+++ b/main.cpp	Thu Mar 21 14:26:29 2019 +0000
@@ -5,9 +5,11 @@
 Serial pc(USBTX, USBRX);
 
 int main() {
+    cmps12.eraseProfile();
     while (1) {
         int deg = cmps12.readBearing();
-        pc.printf("%d\n", deg);
+        int status = cmps12.state(SYSTEM_STATE);
+        pc.printf("%d %d\n", deg, status);
         wait_ms(200);
         pc.printf("\033[2J\033[H");
     }