BME280 Combined humidity and pressure sensor library

Dependents:   mDot_TTN_OTAA_Node LoraGPSLogger mDot_TTN_OTAA_Node_send_data_as_string

Fork of BME280 by Toyomasa Watarai

Revision:
6:6a7fa855c18c
Parent:
5:64b7a81c61e4
--- a/BME280.h	Wed May 11 06:17:58 2016 +0000
+++ b/BME280.h	Wed Dec 14 11:13:38 2016 +0000
@@ -67,6 +67,12 @@
      *
      */
     void initialize(void);
+    
+    /** Test if device exists on the bus
+     *
+     * 
+     */
+    bool deviceExists(void);
 
     /** Read the current temperature value (degree Celsius) from BME280 sensor
      *