termistor bib 01
This commit is contained in:
parent
c91e18f6db
commit
4f6656d37e
169 changed files with 6210 additions and 0 deletions
15
embadet/components/ds18b20/component.mk
Normal file
15
embadet/components/ds18b20/component.mk
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Component makefile for extras/ds18b20
|
||||
|
||||
# expected anyone using bmp driver includes it as 'ds18b20/ds18b20.h'
|
||||
INC_DIRS += $(ds18b20_ROOT)..
|
||||
|
||||
# args for passing into compile rule generation
|
||||
ds18b20_SRC_DIR = $(ds18b20_ROOT)
|
||||
|
||||
# users can override this setting and get console debug output
|
||||
DS18B20_DEBUG ?= 0
|
||||
ifeq ($(DS18B20_DEBUG),1)
|
||||
ds18b20_CFLAGS = $(CFLAGS) -DDS18B20_DEBUG
|
||||
endif
|
||||
|
||||
$(eval $(call component_compile_rules,ds18b20))
|
Loading…
Add table
Add a link
Reference in a new issue