MH / Mbed OS MAX30003WING_monitorhealth_beta_test1_HRTC_RK

Dependencies:   MAX30003 ds3231 max32630fthr

Files at this revision

API Documentation at this revision

Comitter:
parthsagar2010
Date:
Tue Sep 29 19:19:28 2020 +0000
Parent:
12:10b49ad3c492
Child:
14:1a643834b33b
Commit message:
a

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Sep 29 19:00:06 2020 +0000
+++ b/main.cpp	Tue Sep 29 19:19:28 2020 +0000
@@ -16,6 +16,7 @@
 
 void task_fast(void);
 DigitalOut ledA(LED2);
+
 void ecg_config(MAX30003 &ecgAFE);
 //BufferedSerial pc(P3_1,P3_0);            // Use USB debug probe for serial link static Unbuffered
 static BufferedSerial pc(TARGET_TX_PIN, TARGET_RX_PIN, 9600);