library for pressure sensor
Fork of MPL3115A2 by
Revision 3:8038ea5fa29d, committed 2018-03-02
- Comitter:
- japasowi
- Date:
- Fri Mar 02 16:25:03 2018 +0000
- Parent:
- 2:c705222de18d
- Commit message:
- lab7 first commit
Changed in this revision
| MPL3115.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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)
{
