Go to most recent revision | Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1435 | killagreg | 1 | #ifndef _LIBFC_H |
2 | #define _LIBFC_H |
||
3 | |||
4 | extern void LIBFC_Init(void); |
||
5 | extern void LIBFC_Polling(void); |
||
6 | extern void LIBFC_ReceiverInit(void); |
||
7 | |||
1484 | killagreg | 8 | extern void LIBFC_JetiBox_Putchar(char c); |
9 | extern void LIBFC_JetiBox_SetPos(unsigned char index); |
||
10 | extern void LIBFC_JetiBox_Clear(void); |
||
1438 | ingob | 11 | |
1435 | killagreg | 12 | #endif //_LIBFC_H |