mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2024-10-05 20:47:50 -04:00
5 lines
173 B
C
5 lines
173 B
C
#include "bme280.h"
|
|
|
|
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);
|