Subversion Repositories FlightCtrl

Rev

Rev 1441 | Rev 1571 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1441 Rev 1484
1
#ifndef _LIBFC_H
1
#ifndef _LIBFC_H
2
#define _LIBFC_H
2
#define _LIBFC_H
3
 
3
 
4
extern void LIBFC_Init(void);
4
extern void LIBFC_Init(void);
5
extern void LIBFC_Polling(void);
5
extern void LIBFC_Polling(void);
6
extern void LIBFC_ReceiverInit(void);
6
extern void LIBFC_ReceiverInit(void);
-
 
7
 
-
 
8
extern void LIBFC_JetiBox_Putchar(char c);
-
 
9
extern void LIBFC_JetiBox_SetPos(unsigned char index);
7
 
10
extern void LIBFC_JetiBox_Clear(void);
8
 
11
 
9
#endif //_LIBFC_H
12
#endif //_LIBFC_H
10
 
13