Import of jmrobles' source code. <http://robleshermoso.wordpress.com>

This commit is contained in:
Marios Andreopoulos
2013-02-19 00:05:11 +02:00
commit bc8945b4fc
2 changed files with 98 additions and 0 deletions

9
Makefile Normal file
View File

@ -0,0 +1,9 @@
all: ledcontroller
ledcontroller: main.c
gcc -o $@ $^ `pkg-config libusb-1.0 --cflags --libs`
clean:
rm ledcontroller