Skip to content
Snippets Groups Projects
Commit d316f828 authored by 이장원's avatar 이장원
Browse files

led

parent 95371185
No related branches found
No related tags found
No related merge requests found
CC = gcc
OBJS = led_main.o led_blue.o led_orange.o
CFLAGS = -Wall
led_main: $(OBJS)
$(CC) -o $@ -lwiringPi -lpthread $^
clean:
rm $(OBJS) led_main
File added
No preview for this file type
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment