Subversion Repositories FlightCtrl

Rev

Rev 1571 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1571 Rev 1626
Line 8... Line 8...
8
#define CPU_ATMEGA1284  3
8
#define CPU_ATMEGA1284  3
9
#define CPU_ATMEGA1284P 4
9
#define CPU_ATMEGA1284P 4
Line 10... Line 10...
10
 
10
 
11
extern void LIBFC_Init(void);
11
extern void LIBFC_Init(void);
12
extern void LIBFC_Polling(void);
12
extern void LIBFC_Polling(void);
Line 13... Line 13...
13
extern void LIBFC_ReceiverInit(void);
13
extern void LIBFC_ReceiverInit(unsigned char rtype);
14
 
14
 
15
extern void LIBFC_JetiBox_Putchar(char c);
15
extern void LIBFC_JetiBox_Putchar(char c);
16
extern void LIBFC_JetiBox_SetPos(unsigned char index);
16
extern void LIBFC_JetiBox_SetPos(unsigned char index);