2022-09-06 05:43 AM
Hello,
I would like to add .c and .h (sgtl5000.h and sgtl5000.cpp) in my project do you know how to do it ?
sgtl5000.cpp moreover, it might be necessary to convert the sgtl5000.cpp to .c probably ?
Thank you for your advices.
Regards.
2022-09-06 07:43 AM
.c -> Source file
.h -> Header file
2022-09-06 07:47 AM
Two possibilities: If you are experienced in C++ for couple of years, then you want to know if C language is easy or not!
Else,
You have to figure it out by yourself.
2022-09-07 05:06 AM
Hi,
After having carried out several tests finally I could have files '.c' and '.h' in my project. I got compiler warnings but no errors.
Do you know what this function is for? Which microprocessor pin does it use ?
I'm using a code I found on the internet and I don't understand everything. Thank you for your helps. I think it's the I2S bus but in my case I have an SAI1 equivalent
Regards
2022-09-07 07:17 AM
Hi,
After looking in the prototypes I think I found an equivalent to my microprocessor with this code :
But I have a doubt about PORT B, after my configuration below :
I think the right PORT is probably B ? what do you think ?