Skip to content

Commit 797cd9a

Browse files
committed
fixed include statements
1 parent 06d5828 commit 797cd9a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ maintainer=Connected Future Labs <info@connectedfuturelabs.com>
55
sentence=An SpO2 algorithm designed for use with EmotiBit based on the Brainflow library.
66
paragraph=Utilizes PPG red and IR data from the onboard EmotiBit sensor to calculate SpO2.
77
url=https://github.com/EmotiBit/BrainflowSpO2Algorithm
8-
depends=Arduino_DSPFilters
8+
depends=EmotiBit DSPFilters

src/BrainflowSpO2Algorithm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "spo2_algorithm.h"
1+
#include "BrainflowSpO2Algorithm.h"
22

33
#define MAX_FILTER_ORDER 8
44

0 commit comments

Comments
 (0)