Forked Changes to Pressure sensor

Dependents:   WiFiDipCortexSensor

Fork of MPL3115A2 by Michael Lange

Revision:
5:1c3bf7d001a3
Parent:
3:7c7c1ea6fc33
--- a/Temperature.h	Fri Jun 20 06:49:03 2014 +0000
+++ b/Temperature.h	Fri Jun 20 06:52:34 2014 +0000
@@ -45,7 +45,7 @@
     void setTemperature(float a, unitsType units = FAHRENHEIT);
 
     //! Returns the temperature as a string in the units specified, defaulting to FAHRENHEIT if none specified.
-    const char* print(unitsType units = FAHRENHEIT);
+    const char* print(unitsType units = CELSIUS);
     
 private:
     float _temperature;