Test program
Dependencies: mbed_EXG_3_click
Revision 1:fa798aee1f8d, committed 2021-09-30
- 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