This commit is contained in:
2025-10-12 17:44:19 +02:00
parent d5506b9455
commit d91b7540fc

View File

@@ -22,6 +22,7 @@ private:
.scl_io_num = I2C_SCL, .scl_io_num = I2C_SCL,
.clk_source = I2C_CLK_SRC_DEFAULT, .clk_source = I2C_CLK_SRC_DEFAULT,
.glitch_ignore_cnt = 7, .glitch_ignore_cnt = 7,
.intr_priority = 2,
.flags = {.enable_internal_pullup = true, .allow_pd = true}, .flags = {.enable_internal_pullup = true, .allow_pd = true},
}; };
i2c_master_bus_handle_t _bus_handle; i2c_master_bus_handle_t _bus_handle;