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:
22:9442c37f793f
Parent:
20:adb9e6e1ad22
Child:
23:1971e5cb6e3f
--- a/main.cpp	Thu Apr 16 01:37:58 2020 +0000
+++ b/main.cpp	Thu Apr 16 01:40:19 2020 +0000
@@ -172,7 +172,7 @@
 }
 
 //Read barometer and count floors
-void read_baramoter() {
+void read_barameter() {
     unsigned long pressure;
     while(run) {
         pressure = scp1000.readPressure();