summaryrefslogtreecommitdiff
path: root/lib/bmp280.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bmp280.h')
-rw-r--r--lib/bmp280.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/bmp280.h b/lib/bmp280.h
index fe8435e..2bae5c3 100644
--- a/lib/bmp280.h
+++ b/lib/bmp280.h
@@ -119,5 +119,8 @@ float bmp280_calcAltitude(float pressure, float sealevelp);
//readPressure and calculate altitude
float bmp280_readAltitude(bmp280_sensor *sensor, float sealevelp);
+#ifdef __cplusplus
+}
+#endif
#endif \ No newline at end of file