examples/sky-shell now runs out-of-the-box on Z1

For best results, use a Z1 Starter Platform with an sht11 sensor plugged
in the ziglet port.
Keep in mind that the light-sensor is mapped to the potentiometer in this platform.
XXX Tracing why powertrace does not show anything different from 0.
This commit is contained in:
Enric M. Calvo 2011-03-01 19:42:23 +01:00
parent 701a42e239
commit 840c1331d1

View file

@ -51,3 +51,7 @@ include $(CONTIKI)/apps/collect-view/Makefile.collect-view
ifeq ($(TARGET),sky)
shell_src += shell-sky.c shell-exec.c shell-sensortweet.c
endif
ifeq ($(TARGET),z1)
shell_src += shell-sky.c shell-exec.c shell-sensortweet.c
endif