This is a repository for code relating to mbed Fitness Tracker

Dependencies:   mbed PulseSensor2 SCP1000 mbed-rtos 4DGL-uLCD-SE LSM9DS1_Library_cal PinDetect FatFileSystemCpp GP-20U7

Files at this revision

API Documentation at this revision

Comitter:
dyu2021
Date:
Tue Apr 28 18:06:35 2020 +0000
Parent:
41:5e14d10cad74
Child:
43:81f314c92d9f
Commit message:
commented out one pc.printf line

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sun Apr 26 00:40:02 2020 +0000
+++ b/main.cpp	Tue Apr 28 18:06:35 2020 +0000
@@ -208,7 +208,6 @@
                     uLCD.rectangle(75, 60, 110, 100, GREEN);
                 } else {
                     usePrev = true;
-                    pc.printf("usePrev = true\r\n");
                     uLCD.rectangle(75, 60, 110, 100, BLACK);
                     uLCD.rectangle(13, 60, 48, 100, GREEN);
                 }