Implementing my library
Hello, I am having problems adding my library to my project. I added the .h file to Core/Inc and my .c file to Core/Src. I included the .h in Model.cpp since that is where I want to use it. I can use the definitions that are in my header file but not the functions. I think it is not able to properly link with the .c file and I do not know how to fix it.
C:/TouchGFXProjects/test/TouchGFX/gui/src/model/Model.cpp:46: undefined reference to `i2c_master_write(unsigned char*, unsigned long)'