Advertisement
Guest User

Untitled

a guest
Apr 12th, 2014
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.13 KB | None | 0 0
  1. #include<avr/io.h>
  2. #include<avr/interrupt.h>
  3. int main(void)
  4. { DDRB=0xff;
  5.  
  6. while(1)
  7. {  
  8. ;
  9.     PORTD=0xd8;
  10. }
  11. return 1;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement