Skip to content

chiggi24/ece3375-group-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heart Rate Monitoring with Maxim MAXREFDES117

This repository contains the source code for a program that monitors heart rate using a Maxim MAXREFDES117# and outputs the cardiovascular state and heart rate to a seven-segment display.

Compilation and Execution

To compile the program, execute the following command in your terminal:

gcc -o main main.c algorithm.c utility.c

This command will compile the source files and generate an executable named main.

To run the compiled program, use the following command:

./main

This will execute the compiled program and produce the desired output.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages