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 max32630fthr
Fork of MAX30003_Demo_Debug by
Diff: main.cpp
- Revision:
- 7:173935a3e036
- Parent:
- 6:e380af098d52
- Child:
- 8:5087b009105f
--- a/main.cpp Thu Sep 07 18:26:48 2017 +0000
+++ b/main.cpp Thu Dec 14 21:46:48 2017 +0000
@@ -66,8 +66,7 @@
pc.baud(115200); // Baud rate = 115200
DigitalOut rLed(LED1, LED_OFF); // Debug LEDs
- DigitalOut gLed(LED2, LED_OFF);
- DigitalOut bLed(LED3, LED_OFF);
+
InterruptIn ecgFIFO_int(P5_4); // Config P5_4 as int. in for the
ecgFIFO_int.fall(&ecgFIFO_callback); // ecg FIFO almost full interrupt
@@ -134,6 +133,7 @@
// Check if FIFO has overflowed
if( ETAG[readECGSamples - 1] == FIFO_OVF ){
ecgAFE.writeRegister( MAX30003::FIFO_RST , 0); // Reset FIFO
+ rLed=1;
}
// Print results
