buzz/pyff
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
How to use the FeedbackController
=================================
Enter the src directory and start FeedbackController:
cd src
python FeedbackController.py
If you made changes to the gui.ui or just checked out the tree from SVN, you
may have to rebuild the gui.py:
cd src
make
How to use the parallel port under linux
========================================
sudo modprobe -r lp
sudo chmod 666 /dev/parport0
-- Bastian Venthur <venthur@cs.tu-berlin.de> 2008-09-16