/******************************************************************************/ /* Files to Include */ /******************************************************************************/ #include /* Include to use PIC32 peripheral libraries */ #include /* For uint32_t definition */ #include /* For true/false definition */ #include "system.h" /* variables/params used by system.c */ /******************************************************************************/ /* System Level Functions */ /* */ /* Custom oscillator configuration funtions, reset source evaluation */ /* functions, and other non-peripheral microcontroller initialization */ /* functions get placed in system.c */ /* */ /******************************************************************************/ /* */