Update README.md

master
Sayeth Rodríguez 5 years ago
parent b9a9694fec
commit e0a7c64732

@ -18,16 +18,12 @@ Configure UART1, UART2 and UART4 ports with this command
config-uart-pins.sh config-uart-pins.sh
``` ```
Connect sensors to Beaglebone like in the next diagram. Connect sensors to power supply and Beaglebone like in the next diagram.
![Diagrama conexiones](/images/conexion_sensores.png) ![Diagrama conexiones](/images/conexion_sensores.png)
Then you can run the code wih this comand: Then you can run the code wih this comand:
``` ```
./daq ./daq <time> <sampling period>
```
If you need to make any changes to the code you can recompile again with this command:
```
gcc daq.c -o daq
``` ```
change <time> and <sampling period> with your own values.
Loading…
Cancel
Save