1
0
mirror of git://projects.qi-hardware.com/antorcha.git synced 2025-04-21 12:27:27 +03:00

tools/: add sampling mode (-S) with graphical output

This commit is contained in:
Werner Almesberger
2012-06-21 16:21:56 -03:00
parent 734e33cd19
commit 4eb1065dd7
4 changed files with 187 additions and 10 deletions

View File

@@ -15,10 +15,12 @@ MAIN = antorcha
CFLAGS = -g -I../fw -I../../ben-wpan/tools/include \
-I../../ben-wpan/atusb/fw/include \
-Wall
LDLIBS = -L../../ben-wpan/tools/lib -latrf -lusb
-Wall \
$(shell sdl-config --cflags)
LDLIBS = -L../../ben-wpan/tools/lib -latrf -lusb \
$(shell sdl-config --libs) -lSDL_gfx
OBJS = antorcha.o hash.o
OBJS = antorcha.o hash.o plot.o
.PHONY: all update ping off