Skip to content

Commit e2f8a72

Browse files
authored
Update README.md
1 parent 5cbe058 commit e2f8a72

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Description
2-
This algorithm is derived from the Brainflow SpO2 algorithm, and uses PPG-R and PPG-IR data from the EmotiBit to calculate SPO2 level.
3-
The repository has been setup to enable using the spO2 source code in both, Arduino and a standalone python script. We did this to enable testing source in pyhton, to fast track testing and enable us to improve algorithm performance with a shorter loop.
2+
This algorithm is derived from the Brainflow SpO2 algorithm and uses PPG-R and PPG-IR data from the EmotiBit to calculate SPO2 level.
3+
The repository has been setup to enable using the spO2 source code in both Arduino and a standalone python script. We did this to enable testing source in pyhton, to fast track testing and enable us to improve algorithm performance with a shorter loop.
44

55
- Arduino: To use this library in Arduino, just clone the git repo or download it using the Arduino Library manager into your `Arduino/libraries` directory.
66
- Python:
7-
- We use pybind11 to create bindgings for the c-source. The resulting `pyd` file is then used by the python script.
8-
- To learn more about using pybind and pythin, check out the [pybind/README.md](./pybind/README.md).
7+
- We use pybind11 to create bindings for the c++ source. The resulting `pyd` file is then used by the Python script.
8+
- To learn more about using pybind and python, check out the [pybind/README.md](./pybind/README.md).
99

1010

1111
# Scripts

0 commit comments

Comments
 (0)