for STM32L476RG

Fork of BME280 by Toyomasa Watarai

Revision:
6:a9bb4ca073b2
Parent:
5:c1f1647004c4
diff -r c1f1647004c4 -r a9bb4ca073b2 BME280.h
--- a/BME280.h	Sat Mar 11 04:21:14 2017 +0000
+++ b/BME280.h	Thu Jun 01 08:04:13 2017 +0000
@@ -111,6 +111,7 @@
      */
     void initialize(void);
 
+    bool verifyConnection(void);
     /** Read the current temperature value (degree Celsius) from BME280 sensor
      *
      */