working temp sensor
This commit is contained in:
parent
e4f0dab61c
commit
97dfb13b74
10 changed files with 503 additions and 1116 deletions
13
embadet/components/onewire/component.mk
Normal file → Executable file
13
embadet/components/onewire/component.mk
Normal file → Executable file
|
@ -1,10 +1,5 @@
|
|||
# Component makefile for extras/onewire
|
||||
#
|
||||
# Component Makefile
|
||||
#
|
||||
|
||||
# expected anyone using onewire driver includes it as 'onewire/onewire.h'
|
||||
INC_DIRS += $(onewire_ROOT)..
|
||||
|
||||
# args for passing into compile rule generation
|
||||
onewire_INC_DIR =
|
||||
onewire_SRC_DIR = $(onewire_ROOT)
|
||||
|
||||
$(eval $(call component_compile_rules,onewire))
|
||||
COMPONENT_ADD_INCLUDEDIRS := .
|
Loading…
Add table
Add a link
Reference in a new issue