Guest User

Untitled

a guest
Jan 20th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. while (1)
  2. {
  3. // Place your code here
  4. PORTA.0=1;
  5. delay_ms(1000);
  6. PORTA.0=0;
  7. }
Add Comment
Please, Sign In to add comment