Software

Why Create Libraries

Creating an XC8 Library (LIB) is a great way to reuse code. Rather than re-creating the same routines/functions in all the programs, you can write them once and reference them from the XC8 Application projects that need the functionality.