diff --git a/README.md b/README.md index ab71687..da7ffee 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,13 @@ Sensors used in this system are: GC-0017 (Cabron dioxide), CM-31910 (Carbon mono To get this repositore you just need to clone it into your Beaglebone Black ``` -git clone https://gitlab.com/sayeth.rd/daq-serial-bbb/ +git clone https://gitea.itmorelia.com/Gas-Sensors/daq-bbb-code ``` ### Utilization Configure UART1, UART2 and UART4 ports with this command + ``` config-uart-pins.sh ``` @@ -26,6 +27,7 @@ Then you can run the program wih this comand*: ``` ./daq ``` + *replace **** with the total data acquisition time (in hours), and **** with the time between each measurements acquisition (in seconds). -If you need to recompile the progam you can use **gcc** program from the terminal. \ No newline at end of file +If you need to recompile the progam you can use **gcc** program from the terminal.