mirror of
git://projects.qi-hardware.com/nn-usb-fpga.git
synced 2025-01-10 10:00:16 +02:00
6 lines
135 B
Bash
Executable File
6 lines
135 B
Bash
Executable File
#!/bin/sh
|
|
/usr/bin/xc3sprog /root/binaries/ADC.bit
|
|
/usr/bin/sgen -f 1000 &
|
|
/root/binaries/ADC -qws -nomouse &
|
|
/root/binaries/enable_rx
|