Search found 1 match
- Wed Nov 23, 2022 9:20 am
- Forum: General Discussion
- Topic: Including existing esp32 library to project
- Replies: 0
- Views: 942
Including existing esp32 library to project
Hello, I'm trying to use I2C in my esp32s3 project. To do so I need the i2c.c and so on... files, witch are located in "C:\Espressif\frameworks\esp-idf-v4.4.2\components\driver\**". First I tried to add the driver file to my project main file. C:\path\to\the\project\main\driver and include the i2c.c...