added devel folder..

This commit is contained in:
2015-06-10 01:57:45 +02:00
parent f928a4ff8c
commit 033273b9d1
79 changed files with 7551 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
all: client
client: main.c
gcc -std=gnu99 main.c serial.c -o client
run: client
./client /dev/ttyUSB0 9600