adding float02, some fun with testfloat

This commit is contained in:
David Welch
2012-06-13 02:34:58 -04:00
parent e063695a38
commit 794354527d
8 changed files with 1099 additions and 0 deletions

11
float02/uart.h Normal file
View 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 );
//-------------------------------------------------------------------------
//-------------------------------------------------------------------------