2010-08-27 14:51:41 +02:00
|
|
|
ifndef TARGET
|
|
|
|
TARGET=z1
|
|
|
|
endif
|
|
|
|
|
2013-05-22 17:46:12 +02:00
|
|
|
CONTIKI_PROJECT = test-phidgets blink test-adxl345 test-tmp102 test-light-ziglet test-battery test-sht11 test-relay-phidget test-tlc59116 #test-potent
|
2012-08-16 13:38:11 +02:00
|
|
|
CONTIKI_SOURCEFILES += sht11.c# potentiometer-sensor.c
|
2010-11-07 09:41:48 +01:00
|
|
|
APPS=serial-shell
|
|
|
|
|
2010-08-27 14:51:41 +02:00
|
|
|
|
2010-11-07 09:41:48 +01:00
|
|
|
all: $(CONTIKI_PROJECT)
|
|
|
|
|
|
|
|
CONTIKI = ../..
|
2010-08-27 14:51:41 +02:00
|
|
|
include $(CONTIKI)/Makefile.include
|