ECE 4180 Fitbit Project / Mbed 2 deprecated 4180_Fitness_Tracker

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

Revision:
6:29ccbdd09706
Parent:
5:874e0af6fb50
Child:
7:fb47593628be
--- a/main.cpp	Wed Mar 25 19:10:36 2020 +0000
+++ b/main.cpp	Wed Mar 25 19:14:35 2020 +0000
@@ -6,8 +6,7 @@
 int Steps;
 
 int main() {
-    // set upo the display
-    
+    // set up the display
     uLCD.display_control(PORTRAIT);
     uLCD.cls();
     uLCD.baudrate(BAUD_3000000);
@@ -22,9 +21,6 @@
     }
     my_imu.calibrate();
 
-    
-    
-
     while (1) { 
     //reading the acceleration/Mag/Gyro data information from the imu
     my_imu.readAccel();