Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrKirushko authored Sep 11, 2024
1 parent 62a96fe commit 2a09942
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# OxyWitleaf2CSV <img src="README_md_pictures/witleaf.png" align="right" height="138" />
# OxyWitleaf2CSV <img src="README_md_pictures/witleaf.png" align="right" height="200" />

The simple program is a Witleaf handheld pulse oxymeter BIN file format data decoder. It reads BIN-files produced by popular professional pulse oxymeters manufactured by Shenzhen Witleaf Medical Electronics Co., Ltd. (like the WIT-S300 shown in the photo above) and produces a CSV-formatted output with the extracted data to stdout (gets printed to the console if not directed otherwise).
The simple program is a Witleaf handheld pulse oxymeter BIN file format data decoder. It reads BIN-files produced by popular professional pulse oxymeters manufactured by Shenzhen Witleaf Medical Electronics Co., Ltd. (like the WIT-S300 shown in the photo on the right) and produces a CSV-formatted output with the extracted data to stdout (gets printed to the console if not directed otherwise).

## Requirements
- [Digital Mars D compiler (DMD)](https://dlang.org/download.html) - required to build the BNI->CSV converter itself.
Expand Down

0 comments on commit 2a09942

Please sign in to comment.