Added the config.* files as used in the helights case
[cerebrum.git] / avr / dump.py
bloba8503fc065f9bf483eb0c81fc585032be3bb38ef
1 #!/usr/bin/env python
2 import serial
3 ser = serial.Serial("/dev/ttyACM0", 57600)
4 while(True):
5 print ser.readline(),