Create empty BME280 driver

This commit is contained in:
Pim van Pelt
2018-04-22 08:11:52 +02:00
parent b2f71583a1
commit e4d908ebf3
5 changed files with 75 additions and 10 deletions

View File

@ -26,7 +26,8 @@ extern "C" {
enum mgos_barometer_type {
BARO_NONE = 0,
BARO_MPL115,
BARO_MPL3115
BARO_MPL3115,
BARO_BME280
};
struct mgos_barometer;