esp32 temperature node

This commit is contained in:
2025-10-04 02:37:00 -04:00
parent 9432ff7f4f
commit eba9bc99e8
7 changed files with 1681 additions and 1 deletions

View File

@@ -46,5 +46,6 @@ i2c_config_t conf = {
void app_main(void)
{
i2c_bus = i2c_bus_create(I2C_MASTER_NUM, &conf);
}