SK245230
Member level 3
Hi I am a beginner in programming uC, so I have a simple question on header files.
When I write a code for a microcontroller in Atmel Studio or in MPLab, I have to include header files and use functions that are defined in it like "initialise_something()" or "enable_something()". But they never give a clear description of what the function does or how to use it. Is there a way to find the description or maybe to look inside the ".c" file to understand how the function works?
When I write a code for a microcontroller in Atmel Studio or in MPLab, I have to include header files and use functions that are defined in it like "initialise_something()" or "enable_something()". But they never give a clear description of what the function does or how to use it. Is there a way to find the description or maybe to look inside the ".c" file to understand how the function works?