esp-open-rtos/examples/ccs811/ccs811_temperature/Makefile

5 lines
116 B
Makefile
Raw Normal View History

2017-12-11 03:00:53 +00:00
PROGRAM=CCS811_Temperature
EXTRA_COMPONENTS = extras/i2c extras/ccs811
LIBS ?= gcc hal m
include ../../../common.mk