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:
parent
701a42e239
commit
840c1331d1
|
@ -51,3 +51,7 @@ include $(CONTIKI)/apps/collect-view/Makefile.collect-view
|
||||||
ifeq ($(TARGET),sky)
|
ifeq ($(TARGET),sky)
|
||||||
shell_src += shell-sky.c shell-exec.c shell-sensortweet.c
|
shell_src += shell-sky.c shell-exec.c shell-sensortweet.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(TARGET),z1)
|
||||||
|
shell_src += shell-sky.c shell-exec.c shell-sensortweet.c
|
||||||
|
endif
|
||||||
|
|
Loading…
Reference in a new issue