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: MAX30101 max32630fthr
Fork of MAX30101_Demo_Plot_Algorithm by
Diff: main.cpp
- Revision:
- 3:a580414c44ce
- Parent:
- 2:54182d6a168f
- Child:
- 4:14d1b87cd3c4
diff -r 54182d6a168f -r a580414c44ce main.cpp --- a/main.cpp Mon Aug 21 21:41:14 2017 +0000 +++ b/main.cpp Tue Aug 22 14:09:19 2017 +0000 @@ -61,7 +61,8 @@ } } } - + + } else { pc.printf("Something went wrong, check the I2C bus or power connections... \r\n"); bLed = LED_OFF; @@ -71,12 +72,10 @@ { rLed = !rLed; wait(0.5); - } - - } + } + } - } - + } }