mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-11-02 03:24:13 +00:00
esp32 temperature node
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
#define MPU9250_SENSOR_ADDR 0x76 /*!< Slave address of the MPU9250 sensor */
|
||||
|
||||
static bme280_handle_t sensor = NULL;
|
||||
float temperature;
|
||||
float *temperature;
|
||||
|
||||
void app_main(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user