o add ff lib
o add ff lib samples o add ff linux sample
This commit is contained in:
12
tools/ffsample/lpc2k/comm.h
Normal file
12
tools/ffsample/lpc2k/comm.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef _COMMFUNC
|
||||
#define _COMMFUNC
|
||||
|
||||
#include "integer.h"
|
||||
|
||||
void uart0_init (void);
|
||||
int uart0_test (void);
|
||||
void uart0_put (BYTE);
|
||||
BYTE uart0_get (void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user