Add files via upload
This commit is contained in:
parent
b83c2629b9
commit
b8282537c0
4 changed files with 702 additions and 0 deletions
9
extras/sht3x/component.mk
Normal file
9
extras/sht3x/component.mk
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Component makefile for extras/sht3x
|
||||
|
||||
# expected anyone using bmp driver includes it as 'sht3x/sht3x.h'
|
||||
INC_DIRS += $(sht3x_ROOT)..
|
||||
|
||||
# args for passing into compile rule generation
|
||||
sht3x_SRC_DIR = $(sht3x_ROOT)
|
||||
|
||||
$(eval $(call component_compile_rules,sht3x))
|
||||
Loading…
Add table
Add a link
Reference in a new issue