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