imxieyi / esp32-i2c-adxl345

An i2c adxl345 lib for esp32
17 stars 4 forks source link

Problems with the code and EspIDF Eclipse #1

Open JCL888 opened 2 years ago

JCL888 commented 2 years ago

hi, when i try to buid the project on Eclipse esp idf it shows me:

CMake Error: The source directory "C:/mylocation-esp/esp32-i2c-adxl345-master" does not appear to contain CMakeLists.txt

I would be so grateful if you could help me!!

JCL888 commented 2 years ago

Hello! Could someone please explain me how to open this project in Eclipse IDF?

imxieyi commented 2 years ago

This is not a CMake project. It was developed 5 years ago when ESP-IDF Eclipse did not exist. I don't remember how to build it. But you should try using make under command line.