mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 10:30:54 +00:00
.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user