I have read it's possible to create a library for function (not for method with C++)
Like the function : DigitalWrite for example. this function is create on "wiring_digital.c"
How can I create my library for function ? I have to create an .c and a .h file ?
On Google I have found only explication for library with method on C++ with object etc..
Finally I want to call the function in my main program, for simplify the programmation