Skip to content

Commit f087763

Browse files
committed
Arduino library integration
1 parent 7276f94 commit f087763

8 files changed

Lines changed: 13 additions & 60 deletions

File tree

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.vscode
22
venv
3-
src/build
4-
src/data
5-
/tests
3+
build
4+
tests

library.properties

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name=BrainflowSpO2Algorithm
2+
version=0.0.0
3+
author=Connected Future Labs
4+
maintainer=Connected Future Labs <info@connectedfuturelabs.com>
5+
sentence=An SpO2 algorithm designed for use with EmotiBit based on the Brainflow library.
6+
paragraph=An SpO2 algorithm designed for use with EmotiBit based on the Brainflow library.
7+
category=Algorithms
8+
url=https://github.com/EmotiBit/BrainflowSpO2Algorithm
9+
architectures=*
10+
depends=Arduino_DSPFilters
File renamed without changes.
File renamed without changes.

src/libraries.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/spo2_algorithm.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
#include <math.h>
55
#include <stdlib.h>
6+
67
#include "DspFilters/Dsp.h"
78

89
// These constants are from Table 1 (https://www.analog.com/en/resources/technical-articles/guidelines-for-spo2-measurement--maxim-integrated.html)

src/update_dependencies.py

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)