prunkdump / GNUVario-TTGO-T5

The GNUVario source code for the TTGO-T5
GNU General Public License v3.0
49 stars 22 forks source link

i2c_t #10

Open repin opened 10 months ago

repin commented 10 months ago

An error appears when trying to compile the code .../IntTW.h:156:3: error: 'i2c_t' does not name a type; did you mean 'ino_t'? i2c_t* i2c; ^~~~~ ino_t ...\IntTW/IntTW.h:157:3: error: 'i2c_err_t' does not name a type; did you mean 'esp_err_t'? i2c_err_t volatile twError; ^~~~~ esp_err_t

Can you tell me how to get through it?