BMP280 pressure sensor driver draft implementation.

This commit is contained in:
sheinz 2016-07-07 18:04:17 +03:00
parent 78c5b43a40
commit 4a2679271e
5 changed files with 437 additions and 0 deletions

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