adding float02, some fun with testfloat
This commit is contained in:
11
float02/uart.h
Normal file
11
float02/uart.h
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
//-------------------------------------------------------------------------
|
||||
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 );
|
||||
//-------------------------------------------------------------------------
|
||||
//-------------------------------------------------------------------------
|
||||
Reference in New Issue
Block a user