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:
Thu Apr 16 01:40:19 2020 +0000
Parent:
21:08cf86d53380
Child:
23:1971e5cb6e3f
Commit message:
Fixed typo

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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();