mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-10-28 12:50:42 +00:00
esp32 temperature node
This commit is contained in:
@@ -38,6 +38,7 @@ i2c_config_t conf = {
|
||||
.mode = I2C_MODE_MASTER,
|
||||
.sda_io_num = GPIO_NUM_21,
|
||||
.scl_io_num = GPIO_NUM_22,
|
||||
.sda_pullup_en = GPIO_PULLUP_ENABLE,
|
||||
.master.clk_speed = I2C_MASTER_FREQ_HZ,
|
||||
.clk_flags= 0,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user