From b0cb510396ad8b110c94f79e3e18dc1b13b086cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sayeth=20Rodr=C3=ADguez?= Date: Fri, 29 Nov 2019 22:36:39 +0000 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5ab0de9..8dee401 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,14 @@ # DAQ System with Beaglebone Black using serial communication This repositori contains C code to implement a DAQ system with a Beaglebone Black using serial communication with sensors. -Sensors used in this system are: GC-0017 (Cabron dioxide), CM-31910 (Carbon monoxide, and temperature). -OX-0052 (Oxigen) +Sensors used in this system are: GC-0017 (Cabron dioxide), CM-31910 (Carbon monoxide, and temperature) and OX-0052 (Oxigen). ### Installing To get this repositore you just need to clone it to your Beaglebone Black ``` -git clone 'url' +git clone https://gitlab.com/sayeth.rd/daq-serial-bbb/ ``` ### Utilization