6a6a253885
Added doc dir. and manual as .pdf restored deleted files - yep I screwed the pooch.
11 lines
84 B
C
11 lines
84 B
C
#ifndef _FTSC_H
|
|
#define _FTSC_H
|
|
|
|
|
|
int rx_ftsc(void);
|
|
int tx_ftsc(void);
|
|
|
|
|
|
#endif
|
|
|