mirror of
https://github.com/usatiuk/cardboy.git
synced 2025-10-28 23:27:49 +01:00
fix intr
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user