Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 

21 lignes
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.>*/