//------------------------------------------------------------------------- //------------------------------------------------------------------------- void uart_putc ( unsigned int c ); void hexstrings ( unsigned int d ); void hexstring ( unsigned int d ); int uart_init ( void ); void init_timer ( void ); unsigned int timer_tick ( void ); //------------------------------------------------------------------------- //-------------------------------------------------------------------------