view pycontroller.py @ 34:4411dee34085

cleaned out docs (don't worry they are comming back) and added all my test files
author james <jb302@eecs.qmul.ac.uk>
date Wed, 16 Apr 2014 16:51:39 +0100
parents
children
line wrap: on
line source
# run this file with 'ipython -i pycontroller.py' for an interactive
# debugging python interface
from dbg.dbg import controller
from subprocess import Popen, PIPE, STDOUT

emu = controller()
emu.Emu = Popen(['bin/emu'], stdout=PIPE, stdin=PIPE, stderr=PIPE)