From ab524506e6be5e593cabe9ea5f35f28187b20049 Mon Sep 17 00:00:00 2001 From: Belinda <59970932+itsBelinda@users.noreply.github.com> Date: Thu, 20 Aug 2020 19:50:04 +0100 Subject: [PATCH 1/2] Update README.md Added link to GitHub pages --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aabe625..e8163ce 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,11 @@ A demonstration of the application can be found on YouTube.
+## Documentation + +The Doxygen documentation is available on GitHub pages: https://itsbelinda.github.io/obp/ + +Alternatively, it can be built from the configuration file in the [doxygen](https://github.com/itsBelinda/obp/tree/master/doc/doxygen) folder. # Installation (C++) The following instructions concern the code located in the [C++ folder](https://github.com/itsBelinda/obp/tree/master/c%2B%2B). @@ -54,7 +59,7 @@ Then install as usual: ## Building the Projcet The project is set-up as a cmake project (details are defined in [CMakeList.txt](https://github.com/itsBelinda/obp/tree/master/c%2B%2B/CMakeLists.txt)). -Run `cmake .` from the console in the source foler ([c++](https://github.com/itsBelinda/obp/tree/master/c%2B%2B) to generate the Makefile and `make` to compile. +Run `cmake .` from the console in the source foler ([c++](https://github.com/itsBelinda/obp/tree/master/c%2B%2B)) to generate the Makefile and `make` to compile. Run `ctest` to run the test. From 8d50d45d64f25b2c8962155016dd074963213547 Mon Sep 17 00:00:00 2001 From: Belinda <59970932+itsBelinda@users.noreply.github.com> Date: Thu, 20 Aug 2020 19:58:40 +0100 Subject: [PATCH 2/2] Update README.md image path problems. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8163ce..a432f5b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ The aim of this project is to test the reliability of automatic oscillometric blood pressure measurements by implementing a real-time application in C++. The application automatically measures the user's pulse and blood pressure by using a manual blood pressure cuff equipped with a pressure sensor that is connected to a [USB-DUX-SIGMA](http://www.linux-usb-daq.co.uk/prod2_duxsigma/) converter, connected to a Linux computer.- +
If there is no USB-DUX devide connected to the computer, the application will not start up. If the USBDUX-D device is used, a warning will be written into the programs log file, but the application will still run. The USBDUX-D device has only 12-bit instead of 24, like the SIGMA device, which is not enough for the blood pressure detection to work.