termistor bib 01
This commit is contained in:
parent
c91e18f6db
commit
4f6656d37e
169 changed files with 6210 additions and 0 deletions
10
embadet/components/onewire/component.mk
Normal file
10
embadet/components/onewire/component.mk
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Component makefile for extras/onewire
|
||||
|
||||
# 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))
|
Loading…
Add table
Add a link
Reference in a new issue