Driver I2C Difference github vs vscode
Posted: Sun Aug 29, 2021 12:02 am
Noticed that even though i am using the same IDF version 4.1.2/
The driver include file and .c file on github vs vscode is not the same.
On VSCODE IDF extension i cannot find some of the function declarations and definitions that i see on github.
Whats the reason for this ?
I am interested in :
esp_err_t i2c_master_write_to_device part of driver/i2c.h
esp_err_t i2c_master_write_read_device
These are not available on VSCODE IDF
The driver include file and .c file on github vs vscode is not the same.
On VSCODE IDF extension i cannot find some of the function declarations and definitions that i see on github.
Whats the reason for this ?
I am interested in :
esp_err_t i2c_master_write_to_device part of driver/i2c.h
esp_err_t i2c_master_write_read_device
These are not available on VSCODE IDF