Feature/ms561101ba03 (#308)

Driver for the ms561101ba03 barometric pressure sensor
This commit is contained in:
mr-nice 2016-12-24 18:08:42 +01:00 committed by Ruslan V. Uss
parent 44124409e4
commit 34d783a289
5 changed files with 366 additions and 0 deletions

View 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))