Guest User

Untitled

a guest
Aug 10th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.14 KB | None | 0 0
  1. #include <avr/io.h>
  2. #include <util/delay.h>
  3.  
  4. void USARTinit(void);
  5. void debuginit(void);
  6. void sendChar(char );
  7. void sendString(char *);
Add Comment
Please, Sign In to add comment