working - MUX,3cannel,Reset
Dependencies: MAX30003 max32630fthr DS1307
Diff: main.cpp
- Revision:
- 13:0e7bbc06083f
- Parent:
- 12:10b49ad3c492
- Child:
- 14:1a643834b33b
diff -r 10b49ad3c492 -r 0e7bbc06083f main.cpp --- 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);