From 528e7c7cdc8c4bb17f893c307b52a69db7635685 Mon Sep 17 00:00:00 2001 From: Alexandre B Date: Wed, 17 Jul 2024 11:48:15 -0400 Subject: [PATCH] . --- ESP32-Rainmaker-Switch/main/bme280.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ESP32-Rainmaker-Switch/main/bme280.h b/ESP32-Rainmaker-Switch/main/bme280.h index dda309447..fbb161adc 100644 --- a/ESP32-Rainmaker-Switch/main/bme280.h +++ b/ESP32-Rainmaker-Switch/main/bme280.h @@ -32,6 +32,9 @@ typedef struct { float humidity; float pressure; } sensors; + +void init_bme280(); + static esp_err_t bme280_read_raw_temperature(uint8_t device_address, uint8_t *raw_temperature); static esp_err_t bme280_get_id(uint8_t device_address);