Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.09 KB | None | 0 0
  1. #include <avr/io.h>
  2.  
  3. int main(void) {
  4.    
  5.     DDRC = 0xff;
  6.     PORTC = 0xff;
  7.    
  8.     while(1);
  9.    
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement