makefile
来自「tinyos-2.x.rar」· 代码 · 共 14 行
TXT
14 行
TOSTHREAD_MAIN=SenseAndSend.c
CFLAGS += -I$(TOSDIR)/lib/tosthreads/sensorboards/tmote_onboard
ifneq ($(filter telosb tmote clean,$(MAKECMDGOALS)),)
include $(MAKERULES)
else
%:
@echo " Sorry, this application is only written to work with telos based motes equipped with onboard sensors.."
cthreads:
@:
dynthreads:
@:
endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?