2024-04-10 01:52 AM
Hello,
I have custom board with STM32F301R8T6 and connected 4 channel slider sensor. I want to copy an example present in STM32CubeIde called TouchSensing_Linear. There in the configuration files such as tls_user.c, tls_user.h are includes for tls.h and tsl_acq_tsc.h, i suppose are library files for STM32_TouchSensing_Library. When i copy the code into my existing project, there is unresolved inclusion.
My question is, how do i include the whole STM32_TouchSensing_Library in my project so all inclusions are resolved. Also, if I have to copy it from the example, where do I put it? In the Inc folder (which is on the same level as Src)? The library I found in the examle project has only tls.c files without the headers, or I found out so far, will it be a problem?
Thanks for answers,
Lost engineering student
2024-04-10 11:11 AM
solved