rf24-pio/tests/pingpair_test/runtests.sh

10 lines
188 B
Bash
Raw Normal View History

2011-07-13 22:41:37 +00:00
#!/bin/sh
# Connect p6 to receiver, p4 to sender
jam p4 p6 || exit 1
./runtest.py /dev/tty.usbserial-A600eHIs &
2011-07-13 22:41:37 +00:00
./runtest.py /dev/tty.usbserial-A40081RP || exit 1
kill `jobs -p`
2011-07-13 22:41:37 +00:00
exit 0