Add empty MPL3115 driver

This commit is contained in:
Pim van Pelt
2018-04-21 17:55:37 +02:00
parent d142cb37d3
commit f4aa4f7844
4 changed files with 41 additions and 1 deletions

View File

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