David Voswinkel efe6ba19c4 o add ff lib
o add ff lib samples
o add ff linux sample
2009-05-20 21:31:45 +02:00

13 lines
173 B
C

#ifndef _COMMFUNC
#define _COMMFUNC
#include "integer.h"
void uart0_init (void);
int uart0_test (void);
void uart0_put (BYTE);
BYTE uart0_get (void);
#endif