This is compiled as a library object and only the complete source modules are included by reference if you use them.
In SimpleIDE there is a tab labeled Linker that has a library option that generates the compiled library file. This gets merged into your code when you use it.
If you change the source to this function, not advised build your own, you need to compile it with the hammer so that it updates that library object.
Comments
Mike
I eventually found the source code at:
C:\Program Files (x86)\SimpleIDE\Workspace\Learn\Simple Libraries\Utility\libsimpletools\source
in pwm.c file.
Is this pwm.c file compiled into my program when I use pwm_set()?
If then any accidental edit would be a problem.
In SimpleIDE there is a tab labeled Linker that has a library option that generates the compiled library file. This gets merged into your code when you use it.
If you change the source to this function, not advised build your own, you need to compile it with the hammer so that it updates that library object.
Mike