diff --git a/rpiToArduino.py b/rpiToArduino.py new file mode 100644 index 0000000..998c81e --- /dev/null +++ b/rpiToArduino.py @@ -0,0 +1,6 @@ +#!/usr/bin/env python + +import serial +ser = serial.Serial('/dev/ttyACM0, 9600); +while 1: + print(ser.readline()) \ No newline at end of file -- libgit2 0.21.2