git clone url update

master
Sayeth 1 month ago
parent d935ef6b44
commit c051a650a2

@ -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 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 ### Utilization
Configure UART1, UART2 and UART4 ports with this command Configure UART1, UART2 and UART4 ports with this command
``` ```
config-uart-pins.sh config-uart-pins.sh
``` ```
@ -26,6 +27,7 @@ Then you can run the program wih this comand*:
``` ```
./daq <daq duration(h)> <sampling period(s)> ./daq <daq duration(h)> <sampling period(s)>
``` ```
*replace **<daq duration(h)>** with the total data acquisition time (in hours), and **<sampling period(s)>** with the time between each measurements acquisition (in seconds). *replace **<daq duration(h)>** with the total data acquisition time (in hours), and **<sampling period(s)>** with the time between each measurements acquisition (in seconds).
If you need to recompile the progam you can use **gcc** program from the terminal. If you need to recompile the progam you can use **gcc** program from the terminal.
Loading…
Cancel
Save