MPL115A1 sensor library

Revision:
2:97c80e1c0ab2
Parent:
1:3b754d29069f
--- a/MPL115A1.cpp	Wed Dec 12 18:56:02 2018 +0100
+++ b/MPL115A1.cpp	Wed Dec 12 19:26:04 2018 +0100
@@ -20,7 +20,7 @@
 static float convertB2(uint16_t b2);
 static float convertC12(uint16_t c12);
 
-MPL115A1::MPL115A1(SPI &spi, NRF52_DigitalOut &cs) : spi(spi), cs(cs) {}
+MPL115A1::MPL115A1(SPI &spi, DigitalOut &cs) : spi(spi), cs(cs) {}
 
 float MPL115A1::getA0()
 {