Hello, I am trying to use arduino IDE in order to obtain on a ttgo display esp32 the beat per minute from a simple pulse sensor. I tried to use the example from the PulseSensorPlaygrond to develop the code for the project.
Multiple libraries were found for "TFT_eSPI.h"
Compilation error: exit status 1
This is the code, but the error Multiple libraries were found for "TFT_eSPI.h" keeps showing up. I can't delete any library, but this error ocuurs onlu for this code, not for others. Do you have any advice about how can I fix it or maybe another code to use for this?
Thank you.
I can't delete those because the one I used in the code I had to download for the ttgo display to work and the other one was installed with arduino ide.
That makes no sense. You can delete a library by just going into the libraries folder and deleting the folder. I can't recall, but I'll bet you can also uninstall it from the library manager...
I don't know what is happening. Do you have any idea where can I find a code for what I need? I'm trying for 3 days to do something correct, but nothing is working.
This file must be edited to match your display before TFT_eSPI will work.
You probably should download a new copy of the TFT_eSPI library, edit the file as mentioned above, and get some example programs running before you proceed with your program.