mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-11-10 03:07:51 +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 */
|
#define MPU9250_SENSOR_ADDR 0x76 /*!< Slave address of the MPU9250 sensor */
|
||||||
|
|
||||||
static bme280_handle_t sensor = NULL;
|
static bme280_handle_t sensor = NULL;
|
||||||
float temperature;
|
float *temperature;
|
||||||
|
|
||||||
void app_main(void)
|
void app_main(void)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user