Test program

Dependencies:   mbed_EXG_3_click

Files at this revision

API Documentation at this revision

Comitter:
JohnnyK
Date:
Thu Sep 30 16:37:45 2021 +0000
Parent:
0:92cf2b749868
Commit message:
Delay correction

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu Sep 30 16:32:35 2021 +0000
+++ b/main.cpp	Thu Sep 30 16:37:45 2021 +0000
@@ -23,6 +23,6 @@
         printf("ECG: %zu\n", ecgData);
         ecg3click.getRTOR(&outHR, &outRR );
         printf("HeardBeat: %zu, R: %zu\n", ecgData, outRR);
-        thread_sleep_for(100);
+        thread_sleep_for(1000);
     }
 }
\ No newline at end of file