BMP280 Sensor Library but replaced original getTemperature Routine as it was returning strange values

Fork of BMP280 by Edwin Cho

Revision:
8:b1fcd102ff93
Parent:
7:c72b726c7dc9
--- a/BMP280.h	Tue Apr 19 02:03:35 2016 +0000
+++ b/BMP280.h	Tue Nov 29 18:56:16 2016 +0000
@@ -72,7 +72,7 @@
      *
      */
     float getTemperature(void);
-
+    float getTemperatureJT(void); //see if we can fix calc
     /** Read the current pressure value (hectopascal)from BME280 sensor
      *
      */