A Work In Progress

The list

This is a list of tips/trix and things to remember in MPLAB X. It is based on my experience.

To disable warning: (373) implicit signed to unsigned conversion warning, put this in your code:

#pragma warning disable 373

I place it under the definition block.