Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GCY committed Jun 15, 2020
1 parent 9e5f9e2 commit d7e8479
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ The Pulse Oximeter Monitor is a simple PC-Host tool for PPG signal used in pulse

## USE
### 1. Pulse Oximeter Monitor Compile:
</br>
g++ -o2 -o main.app main.cpp mathplot.cpp connectargsdlg.cpp serialport.cpp \`wx-config --cxxflags --libs\` --std=c++11 -m64 </br>
### 2. Build stm32f4 project : Make
</br>
### 3. Connect STM32F4 Device to Monitor with VCP
</br>

- g++ -o2 -o main.app main.cpp mathplot.cpp connectargsdlg.cpp serialport.cpp \`wx-config --cxxflags --libs\` --std=c++11 -m64

### 2. Build stm32f4 project :
- Make or include "./Library/MAX3010x.h"

</br>
Demo video:
</br>
Expand Down

0 comments on commit d7e8479

Please sign in to comment.