Spring 2017 PS-154L Variation with Cosmic Radiation with Shielding Material.

Fork of MPL3115A2 by Michael Lange

Revision:
4:99c7b631977d
Parent:
3:7c7c1ea6fc33
--- a/Temperature.h	Wed Apr 02 12:59:44 2014 +0000
+++ b/Temperature.h	Thu May 11 16:25:01 2017 +0000
@@ -41,7 +41,7 @@
     //! Call to decompress the sensor data after an I2C read.
     void setTemperature();
     void setTemperature(const char* compressed);
-    void setTemperature(const char msb, const char lsb);
+    void setTemperature(const signed char msb, const signed char lsb);
     void setTemperature(float a, unitsType units = FAHRENHEIT);
 
     //! Returns the temperature as a string in the units specified, defaulting to FAHRENHEIT if none specified.