Guest User

Untitled

a guest
Jul 17th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. while (1){
  2.  
  3. send_str("Hi there, Etharoo!\r\n");
  4.  
  5. int foo = PINB;
  6. sprintf(buf, "PINB=%x\r\n", foo);
  7. send_str(buf);
  8.  
  9. send_str("So long, Etharoo!\r\n");
  10.  
  11. _delay_ms(1000);
  12.  
  13. }
Add Comment
Please, Sign In to add comment