ESP-IDF + 0/3 examples
SourceVu will show references to i2c_new_master_bus() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

- ESP_OK: I2C master bus initialized successfully. - ESP_ERR_INVALID_ARG: I2C bus initialization failed because of invalid argument. - ESP_ERR_NO_MEM: Create I2C bus failed because of out of memory. - ESP_ERR_NOT_FOUND: No more free bus.

References

from examples