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,4 @@
PROGRAM = ms561101ba03
EXTRA_COMPONENTS = extras/i2c extras/ms561101ba03
ESPBAUD = 460800
include ../../common.mk