Merge branch 'develop' into main
This commit is contained in:
commit
94a6a8788b
|
|
@ -1,3 +1,3 @@
|
||||||
# Lab1_PhotoPlethysmoGraphy
|
# Lab1_PhotoPlethysmoGraphy
|
||||||
|
|
||||||
The basic implementation of PPG
|
The best implementation of PPG
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,7 @@
|
||||||
|
all: ppg
|
||||||
|
g++ ppg.o -o ppg.exe
|
||||||
|
ppg: ppg.cpp
|
||||||
|
g++ -c ppg.cpp
|
||||||
|
clean:
|
||||||
|
rm *.o
|
||||||
|
rm *.exe
|
||||||
Loading…
Reference in New Issue