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:
Richard_Xiong
Date:
Wed Mar 25 19:14:35 2020 +0000
Parent:
5:874e0af6fb50
Parent:
4:c3968d2c2101
Child:
7:fb47593628be
Commit message:
include all the imu heart sensor and lcd libraries

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/PulseSensor.lib	Wed Mar 25 19:14:35 2020 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/teams/ECE-4180-Fitbit-Project/code/PulseSensor/#57f98c8ff4fd
--- 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();