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.
Revision 3:89dc4a1464e3, committed 2020-01-27
- Comitter:
- zmoutaou
- Date:
- Mon Jan 27 10:43:23 2020 +0000
- Parent:
- 2:515e6791dfe2
- Commit message:
- Pulse sensor with interruption every 1 us
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 515e6791dfe2 -r 89dc4a1464e3 main.cpp --- a/main.cpp Fri Jan 24 11:16:30 2020 +0000 +++ b/main.cpp Mon Jan 27 10:43:23 2020 +0000 @@ -127,7 +127,7 @@ { QS = false; - //pc.printf("%d \n ",BPM); // reset the Quantified Self flag for next time + pc.printf("%d \n ",BPM); // reset the Quantified Self flag for next time } wait_ms(20); }