Searched refs:I2C_SCL_SDA_EQUAL_ERR_STR (Results 1 – 1 of 1) sorted by relevance
57 #define I2C_SCL_SDA_EQUAL_ERR_STR "scl and sda gpio numbers are the same" macro860 …TURN_ON_FALSE((sda_io_num != scl_io_num), ESP_ERR_INVALID_ARG, I2C_TAG, I2C_SCL_SDA_EQUAL_ERR_STR); in i2c_set_pin()