view scripts/connect_to_project.sh @ 81:92145ba7aabf

Updated PRU code to allow pinModeFrame() and [untested] digitalWriteFrame() and analogWriteFrame() to be called from setup(). Updated basic_blink example accordingly.
author andrewm
date Fri, 17 Jul 2015 22:16:53 +0100
parents afc593f7469e
children 0372fb8e8309
line wrap: on
line source
#!/bin/bash
#
# This script brings an already running BeagleRT program to the foreground 
# in the terminal, so it can be run interactively.

BBB_ADDRESS="root@192.168.7.2"

ssh -t $BBB_ADDRESS "screen -S BeagleRT -r"