library for pressure sensor

Fork of MPL3115A2 by NXP

Revision:
3:8038ea5fa29d
Parent:
2:c705222de18d
--- a/MPL3115.cpp	Wed Apr 26 00:10:29 2017 +0000
+++ b/MPL3115.cpp	Fri Mar 02 16:25:03 2018 +0000
@@ -29,7 +29,7 @@
  */
 
 #include "MPL3115.h"
- #include "mbed.h"
+#include "mbed.h"
 
 MPL3115::MPL3115(PinName sda, PinName scl) : MPL3115_i2c(sda,scl)
  {