Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 

21 řádky
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.>*/