Some old AVR projects
 
 
 
 
 
 
avr-projects/projects/uart_linux_client/Makefile

7 lines
111 B

all: client
client: main.c
gcc -std=gnu99 main.c serial.c -o client
run: client
./client /dev/ttyUSB0 9600