BMP280 pressure sensor driver draft implementation.
This commit is contained in:
parent
78c5b43a40
commit
4a2679271e
5 changed files with 437 additions and 0 deletions
9
extras/bmp280/component.mk
Normal file
9
extras/bmp280/component.mk
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Component makefile for extras/bmp1280
|
||||
|
||||
# expected anyone using bmp driver includes it as 'bmp280/bmp280.h'
|
||||
INC_DIRS += $(bmp280_ROOT)..
|
||||
|
||||
# args for passing into compile rule generation
|
||||
bmp280_SRC_DIR = $(bmp280_ROOT)
|
||||
|
||||
$(eval $(call component_compile_rules,bmp280))
|
||||
Loading…
Add table
Add a link
Reference in a new issue