Feature/ms561101ba03 (#308)
Driver for the ms561101ba03 barometric pressure sensor
This commit is contained in:
parent
44124409e4
commit
34d783a289
5 changed files with 366 additions and 0 deletions
9
extras/ms561101ba03/component.mk
Normal file
9
extras/ms561101ba03/component.mk
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Component makefile for extras/ms561101ba03
|
||||
|
||||
# expected anyone using this driver includes it as 'ms561101ba03/ms561101ba03.h'
|
||||
INC_DIRS += $(ms561101ba03_ROOT)..
|
||||
|
||||
# args for passing into compile rule generation
|
||||
ms561101ba03_SRC_DIR = $(ms561101ba03_ROOT)
|
||||
|
||||
$(eval $(call component_compile_rules,ms561101ba03))
|
Loading…
Add table
Add a link
Reference in a new issue