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.
To compile the program, execute the following command in your terminal:
gcc -o main main.c algorithm.c utility.cThis command will compile the source files and generate an executable named main.
To run the compiled program, use the following command:
./mainThis will execute the compiled program and produce the desired output.