You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

21 lines
1.3 KiB

  1. /******************************************************************************/
  2. /* Files to Include */
  3. /******************************************************************************/
  4. #include <plib.h> /* Include to use PIC32 peripheral libraries */
  5. #include <stdint.h> /* For uint32_t definition */
  6. #include <stdbool.h> /* For true/false definition */
  7. #include "system.h" /* variables/params used by system.c */
  8. /******************************************************************************/
  9. /* System Level Functions */
  10. /* */
  11. /* Custom oscillator configuration funtions, reset source evaluation */
  12. /* functions, and other non-peripheral microcontroller initialization */
  13. /* functions get placed in system.c */
  14. /* */
  15. /******************************************************************************/
  16. /* <Initialize variables in system.h and put code for system algorithms here.>*/