Advertisement
maygapixel

Untitled

Dec 16th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.21 KB | None | 0 0
  1. /* pototype  section */
  2. void uart_init(void);                       // Initil UART-0
  3. int putchar (int ch);                       // Put Char to UART-0
  4. int getchar (void);                         // Get Char From Uart-0
  5.  
  6. void uart_print(unsigned char* str);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement