Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: MAX30003 ds3231 max32630fthr
Revision 13:0e7bbc06083f, committed 2020-09-29
- 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);