Advertisement
Guest User

Untitled

a guest
Nov 20th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.27 KB | None | 0 0
  1. #include "mcc_generated_files/mcc.h"
  2. #include "johnsonstate.h"
  3. enum johnson_state direction = FORWARD;
  4.  
  5. void main(void)
  6. {
  7.     SYSTEM_Initialize();
  8.  
  9.     INTERRUPT_GlobalInterruptEnable();
  10.     INTERRUPT_PeripheralInterruptEnable();
  11.     while (1)
  12.     {
  13.         ;
  14.     }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement