Question
Including 3rd party libraries
Hi, I tried including a few .c and .h files from a 3rd party by dragging and dropping them in the `Inc` and `Src` folders in STM32CubeIDE. However, this did not work and when I tried to build the project, I got a lot of errors on the HAL driver library but not the library I was trying to include. What is the best way to add 3rd party `.h` and `.c` files?