oxullo / Arduino-MAX30100

Arduino library for MAX30100, integrated oximeter and heart rate sensor
GNU General Public License v3.0
193 stars 136 forks source link

#include Library Problem #94

Open SmolProjects opened 10 months ago

SmolProjects commented 10 months ago

Troubleshooting checklist

Description of the issue

I'm an 8th grader making a science fair project where I create a pulse oximeter using an Arduino Nano Every chip. I uploaded all the libraries, however, for the MAX30100, I couldn't find a library named, "MAX30100_PulseOximeter.h", which the program code calls for. Below is the output after I verify my sketch. Could you please help me find out what I'm doing wrong, and what that output is telling me to do, as I am completely new to Arduino.

Output from MAX30100_Tester example

C:\Users\omera\AppData\Local\Temp.arduinoIDE-unsaved2024015-1856-3310eq.vha6y\sketch_jan15b\sketch_jan15b.ino:2:10: fatal error: MAX30100_PulseOximeter.h: No such file or directory

include "MAX30100_PulseOximeter.h"

      ^~~~~~~~~~~~~~~~~~~~~~~~~~

compilation terminated.

exit status 1

Compilation error: MAX30100_PulseOximeter.h: No such file or directory

Details of my setup